Module uniforms

Module uniforms 

Source
Expand description

Uniform binding helpers.

Structs§

NoUniformBinder
A uniform binder that always returns None, and does not do any binding of uniforms. All uniform data is thus written into the backing buffer storage.
UniformStorage
A helper to bind uniform variables to UBO or Push Constant Buffers.

Traits§

BindUniform
A trait for a binder that binds the given value and context into the uniform for a shader pass.
UniformScalar
A scalar value that is valid as a uniform member
UniformStorageAccess
A trait to access the raw pointer to a backing uniform storage.