|
| Binding (const Binding &binding)=default |
|
| Binding (Binding &&binding)=default |
|
Binding & | operator= (const Binding &binding)=default |
|
| Binding (void *itemPtr, BindingType bindingType, uint32_t count=1) |
|
|
static Binding && | Sampler (GraphicsAPI::Sampler *samplerPtr, uint32_t count=1) |
|
static Binding && | CombinedImageSampler (std::pair< Image *, GraphicsAPI::Sampler * > *combinedSamplerPtr, uint32_t count=1) |
|
static Binding && | SampledImage (GraphicsAPI::Image *imagePtr, uint32_t count=1) |
|
static Binding && | StorageImage (GraphicsAPI::Image *imagePtr, uint32_t count=1) |
|
static Binding && | UniformTexelBuffer (GraphicsAPI::Image *imagePtr, uint32_t count=1) |
|
static Binding && | StorageTexelBuffer (GraphicsAPI::Image *imagePtr, uint32_t count=1) |
|
static Binding && | UniformBuffer (GraphicsAPI::Buffer *bufferPtr, uint32_t count=1) |
|
static Binding && | StorageBuffer (GraphicsAPI::Buffer *bufferPtr, uint32_t count=1) |
|
static Binding && | UniformBufferDynamic (GraphicsAPI::Buffer *bufferPtr, uint32_t count=1) |
|
static Binding && | StorageBufferDynamic (GraphicsAPI::Buffer *bufferPtr, uint32_t count=1) |
|
|
void * | itemPtr = nullptr |
|
BindingType | bindingType |
|
uint32_t | count = 1 |
|
The documentation for this struct was generated from the following file: