wisdom
Loading...
Searching...
No Matches
wis::PushDescriptor Struct Reference

Detailed Description

Push descriptor. Used to push data directly to pipeline.

};
ShaderStages
Shader stages that can be used in the pipeline. Main use is Root signature and descriptor management....
Definition api.hpp:77
DescriptorType
Type of the descriptor in the descriptor table.
Definition api.hpp:148
Push descriptor. Used to push data directly to pipeline.
Definition api.hpp:1849

Definition at line 1849 of file api.hpp.

#include <api.hpp>

Public Attributes

wis::ShaderStages stage
 Shader stage. Defines the stage where the descriptor is used.
 
wis::DescriptorType type
 Descriptor type. Works only with buffer-like bindings.
 

Data Members

◆ stage

wis::ShaderStages wis::PushDescriptor::stage

Shader stage. Defines the stage where the descriptor is used.

Definition at line 1850 of file api.hpp.

◆ type

wis::DescriptorType wis::PushDescriptor::type

Descriptor type. Works only with buffer-like bindings.

Definition at line 1851 of file api.hpp.


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