vkd3d  1.2
The vkd3d 3D Graphics Library
Data Fields
vkd3d_shader_descriptor_binding Struct Reference

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...
 

Detailed Description

A common structure describing the bind point of a descriptor or descriptor array in the target environment.

Field Documentation

◆ count

unsigned int vkd3d_shader_descriptor_binding::count

The size of this descriptor array.

Descriptor arrays are not supported in this version of vkd3d-shader, and therefore this value must be 1.

◆ 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.


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