HDK
|
#include <resourceBindings.h>
Public Member Functions | |
HGI_API | HgiTextureBindDesc () |
Public Attributes | |
HgiTextureHandleVector | textures |
HgiSamplerHandleVector | samplers |
HgiBindResourceType | resourceType |
uint32_t | bindingIndex |
HgiShaderStage | stageUsage |
bool | writable |
Describes the binding information of a texture (or array of textures).
textures
. If empty a default sampler (clamp_to_edge, linear) should be used. Definition at line 128 of file resourceBindings.h.
HGI_API HgiTextureBindDesc::HgiTextureBindDesc | ( | ) |
uint32_t HgiTextureBindDesc::bindingIndex |
Definition at line 136 of file resourceBindings.h.
HgiBindResourceType HgiTextureBindDesc::resourceType |
Definition at line 135 of file resourceBindings.h.
HgiSamplerHandleVector HgiTextureBindDesc::samplers |
Definition at line 134 of file resourceBindings.h.
HgiShaderStage HgiTextureBindDesc::stageUsage |
Definition at line 137 of file resourceBindings.h.
HgiTextureHandleVector HgiTextureBindDesc::textures |
Definition at line 133 of file resourceBindings.h.
bool HgiTextureBindDesc::writable |
Definition at line 138 of file resourceBindings.h.