Struct InputBindingInfo::TextureInputBindingInfo

Nested Relationships

This struct is a nested type of Class InputBindingInfo.

Struct Documentation

struct TextureInputBindingInfo

Public Members

api_types::TextureType type = {api_types::GPA_TEXTURE_TYPE_UNKNOWN}

The api_types::TextureType of this descriptor.

api_types::TextureSubresource subresource = {}

The api_types::TextureSubresource of this descriptor.

SamplerInfo const *pSamplerInfo = {nullptr}

A pointer to this descriptor's SamplerInfo.

bool immutableSampler = {false}

Whether or not this descriptor's sampler is immutable.

bool staticSampler = {false}

Whether or not this descriptor's sampler is static.