struct GpuUniformBufferInformation

Describes a GPU program uniform buffer (collection of GPU program data parameters).

Public

Fields

Name

String Name

Slot

u32 Slot

Set

u32 Set

Slot within a set.

Uniquely identifies bind location in the GPU pipeline, together with the set.

Size

u32 Size

In multiples of 4 bytes.

Stages

GpuProgramStageBits Stages

Stages in which the parameter is used in.

IsShareable

bool IsShareable