Module version

Module version 

Source
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 version for 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