Expand description
librashader instance version helpers.
Constants§
- LIBRASHADER_
CURRENT_ ABI - The current version of the librashader ABI. Used by the loader to check ABI compatibility.
- LIBRASHADER_
CURRENT_ VERSION - The current version of the librashader API.
Pass this into
versionfor config structs.
Functions§
- libra_
instance_ abi_ version - Get the ABI version of the loaded instance.
- libra_
instance_ api_ version - Get the API version of the loaded instance.
Type Aliases§
- LIBRASHADER_
ABI_ VERSION - ABI version type alias.
- LIBRASHADER_
API_ VERSION - API version type alias.
- PFN_
libra_ instance_ abi_ version - Function pointer definition for libra_abi_version
- PFN_
libra_ instance_ api_ version - Function pointer definition for libra_abi_version