Module wildcard

Module wildcard 

Source
Expand description

librashader preset wildcard context C API (libra_preset_ctx_*).

Functions§

libra_preset_ctx_create
Create a wildcard context
libra_preset_ctx_free
Free the wildcard context.
libra_preset_ctx_set_allow_rotation
Set whether or not to allow rotation (VID-ALLOW-CORE-ROT) variable in the context.
libra_preset_ctx_set_content_dir
Set the content directory (CONTENT-DIR) variable in the context.
libra_preset_ctx_set_core_aspect_orientation
Set the core aspect orientation (CORE-ASPECT-ORIENT) variable in the context.
libra_preset_ctx_set_core_name
Set the core name (CORE) variable in the context
libra_preset_ctx_set_core_rotation
Set the core requested rotation (CORE-REQ-ROT) variable in the context.
libra_preset_ctx_set_param
Set a custom string variable in context.
libra_preset_ctx_set_runtime
Set the graphics runtime (VID-DRV) variable in the context.
libra_preset_ctx_set_screen_orientation
Set the screen orientation (SCREEN-ORIENT) variable in the context.
libra_preset_ctx_set_user_rotation
Set the user rotation (VID-USER-ROT) variable in the context.
libra_preset_ctx_set_view_aspect_orientation
Set the view aspect orientation (VIEW-ASPECT-ORIENT) variable in the context.

Type Aliases§

PFN_libra_preset_ctx_create
Function pointer definition for libra_preset_ctx_create
PFN_libra_preset_ctx_free
Function pointer definition for libra_preset_ctx_free
PFN_libra_preset_ctx_set_allow_rotation
Function pointer definition for libra_preset_ctx_set_allow_rotation
PFN_libra_preset_ctx_set_content_dir
Function pointer definition for libra_preset_ctx_set_content_dir
PFN_libra_preset_ctx_set_core_aspect_orientation
Function pointer definition for libra_preset_ctx_set_core_aspect_orientation
PFN_libra_preset_ctx_set_core_name
Function pointer definition for libra_preset_ctx_set_core_name
PFN_libra_preset_ctx_set_core_rotation
Function pointer definition for libra_preset_ctx_set_core_rotation
PFN_libra_preset_ctx_set_param
Function pointer definition for libra_preset_ctx_set_param
PFN_libra_preset_ctx_set_runtime
Function pointer definition for libra_preset_ctx_set_runtime
PFN_libra_preset_ctx_set_screen_orientation
Function pointer definition for libra_preset_ctx_set_screen_orientation
PFN_libra_preset_ctx_set_user_rotation
Function pointer definition for libra_preset_ctx_set_user_rotation
PFN_libra_preset_ctx_set_view_aspect_orientation
Function pointer definition for libra_preset_ctx_set_view_aspect_orientation