Go to the source code of this file.
◆ skybox
◆ skybox_config
◆ skybox_state
◆ skybox_state
Enumerator |
---|
SKYBOX_STATE_UNDEFINED | |
SKYBOX_STATE_CREATED | |
SKYBOX_STATE_INITIALIZED | |
SKYBOX_STATE_LOADING | |
SKYBOX_STATE_LOADED | |
◆ skybox_create()
Attempts to create a skybox using the specified parameters.
- Parameters
-
config | The configuration to be used when creating the skybox. |
out_skybox | A pointer to hold the newly-created skybox. |
- Returns
- True on success; otherwise false.
◆ skybox_destroy()
Destroys the provided skybox.
- Parameters
-
sb | A pointer to the skybox to be destroyed. |
◆ skybox_initialize()
◆ skybox_load()
◆ skybox_unload()