vkd3d
1.3
The vkd3d 3D Graphics Library
|
A common structure describing the bind point of a descriptor or descriptor array in the target environment. More...
#include <vkd3d_shader.h>
Data Fields | |
unsigned int | set |
The set of the descriptor. More... | |
unsigned int | binding |
The binding index of the descriptor. | |
unsigned int | count |
The size of this descriptor array. More... | |
A common structure describing the bind point of a descriptor or descriptor array in the target environment.
unsigned int vkd3d_shader_descriptor_binding::count |
The size of this descriptor array.
If an offset is specified for this binding by the vkd3d_shader_descriptor_offset_info structure, counting starts at that offset.
unsigned int vkd3d_shader_descriptor_binding::set |
The set of the descriptor.
If the target environment does not support descriptor sets, this value must be set to 0.