|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vkd3d_shader.h>
Public Attributes | |
| unsigned int | set |
| unsigned int | binding |
| unsigned int | count |
A common structure describing the bind point of a descriptor or descriptor array in the target environment.
Definition at line 449 of file vkd3d_shader.h.
The binding index of the descriptor.
Definition at line 457 of file vkd3d_shader.h.
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.
Definition at line 463 of file vkd3d_shader.h.
The set of the descriptor. If the target environment does not support descriptor sets, this value must be set to 0.
Definition at line 455 of file vkd3d_shader.h.