Module ctypes

Module ctypes 

Source
Expand description

Binding types for the librashader C API.

Structs§

libra_viewport_t
Defines the output origin for a rendered frame.

Enums§

LIBRA_PRESET_CTX_ORIENTATION
An enum representing orientation for use in preset contexts.
LIBRA_PRESET_CTX_RUNTIME
An enum representing graphics runtimes (video drivers) for use in preset contexts.

Type Aliases§

libra_error_t
A handle to a librashader error object.
libra_gl_filter_chain_truntime-opengl
A handle to a OpenGL filter chain.
libra_preset_ctx_t
A handle to a preset wildcard context object.
libra_shader_preset_t
A handle to a shader preset object.
libra_vk_filter_chain_truntime-vulkan
A handle to a Vulkan filter chain.