Struct ResourceExperiment::ImageBinding

Nested Relationships

This struct is a nested type of Class ResourceExperiment.

Struct Documentation

struct ImageBinding

Represents a location for a user resource to be bound during execution.

Public Members

UserResourceID handle

The ID associated with the user image data.

uint64_t binding

The index of binding slot (within a descriptor set, if applicable).

uint64_t set

The index of the descriptor set, if applicable.

uint64_t arrayIndex

The array index within a descriptor binding, if applicable.