Type Definition ul_sys::ULShaderType[][src]

pub type ULShaderType = c_uint;
Expand description

Shader types, used with ULGPUState::shader_type

Each of these correspond to a vertex/pixel shader pair. You can find stock shader code for these in the shaders folder of the AppCore repo.