Kohi Game Engine
|
Contains vulkan shader frequency specific info for UBOs. More...
#include <vulkan_types.h>
Data Fields | |
u64 | ubo_size |
The actual size of the uniform buffer object for this frequency. More... | |
u64 | ubo_stride |
The stride of the uniform buffer object for this frequency. More... | |
u64 | ubo_offset |
The offset in bytes for the UBO from the beginning of the uniform buffer for this frequency. More... | |
u8 | uniform_count |
The number of non-sampler and non-texture uniforms for this frequency. More... | |
u8 | uniform_sampler_count |
The number of sampler uniforms for this frequency. More... | |
u32 * | sampler_indices |
u8 | uniform_texture_count |
The number of texture uniforms for this frequency. More... | |
u32 * | texture_indices |
u32 * | sorted_indices |
u32 | bound_id |
Contains vulkan shader frequency specific info for UBOs.
u32 bound_id |
u32* sampler_indices |
u32* sorted_indices |
u32* texture_indices |
u64 ubo_offset |
The offset in bytes for the UBO from the beginning of the uniform buffer for this frequency.
u64 ubo_size |
The actual size of the uniform buffer object for this frequency.
u64 ubo_stride |
The stride of the uniform buffer object for this frequency.
u8 uniform_count |
The number of non-sampler and non-texture uniforms for this frequency.
u8 uniform_sampler_count |
The number of sampler uniforms for this frequency.
u8 uniform_texture_count |
The number of texture uniforms for this frequency.