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