ReactOS 0.4.17-dev-934-g091855f
vkd3d_shader_descriptor_binding Struct Reference

#include <vkd3d_shader.h>

Public Attributes

unsigned int set
 
unsigned int binding
 
unsigned int count
 

Detailed Description

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.

Member Data Documentation

◆ binding

unsigned int vkd3d_shader_descriptor_binding::binding

The binding index of the descriptor.

Definition at line 457 of file vkd3d_shader.h.

◆ count

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.

Definition at line 463 of file vkd3d_shader.h.

◆ set

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.

Definition at line 455 of file vkd3d_shader.h.


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