|
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 111 of file resourceBindings.h.
| HGI_API HgiTextureBindDesc::HgiTextureBindDesc | ( | ) |
| uint32_t HgiTextureBindDesc::bindingIndex |
Definition at line 119 of file resourceBindings.h.
| HgiBindResourceType HgiTextureBindDesc::resourceType |
Definition at line 118 of file resourceBindings.h.
| HgiSamplerHandleVector HgiTextureBindDesc::samplers |
Definition at line 117 of file resourceBindings.h.
| HgiShaderStage HgiTextureBindDesc::stageUsage |
Definition at line 120 of file resourceBindings.h.
| HgiTextureHandleVector HgiTextureBindDesc::textures |
Definition at line 116 of file resourceBindings.h.
| bool HgiTextureBindDesc::writable |
Definition at line 121 of file resourceBindings.h.