Kohi Game Engine
vulkan_shader_binding_set_state Struct Reference

The state for a shader binding set. More...

#include <vulkan_types.h>

Data Fields

u32 max_instance_count
 
vulkan_shader_binding_set_instance_stateinstances
 
u8 binding_count
 
vulkan_shader_bindingbindings
 
u8 texture_binding_count
 the number of texture bindings for this binding set. More...
 
u8 ssbo_binding_count
 the number of storage buffer bindings for this binding set. More...
 
u8 sampler_binding_count
 the number of sampler bindings for this binding set. More...
 

Detailed Description

The state for a shader binding set.

Field Documentation

◆ binding_count

u8 binding_count

◆ bindings

◆ instances

◆ max_instance_count

u32 max_instance_count

◆ sampler_binding_count

u8 sampler_binding_count

the number of sampler bindings for this binding set.

◆ ssbo_binding_count

u8 ssbo_binding_count

the number of storage buffer bindings for this binding set.

◆ texture_binding_count

u8 texture_binding_count

the number of texture bindings for this binding set.


The documentation for this struct was generated from the following file: