OptionalelementCount: numberOptionalelementSize: numberOptionaltype: EnumValue<GPUBufferType, number>Optionalformat: EnumValue<GPUBufferFormat, number>Optionalusage: EnumValue<GPUBufferUsage, number>Protected_elementProtected_elementProtected_formatProtected_typeProtected_usageNumber of elements in the buffer.
Size of each individual element in the buffer, in bytes. Only needed if using non-standard buffer. If using standard buffers element size is calculated from format and this must be zero.
Format if the data in the buffer. Only relevant for standard buffers, must be Unknown otherwise.
Type of the buffer. Determines how is buffer seen by the GPU program and in what ways can it be used.
Usage that tells the hardware how will be buffer be used.
Copies all properties defined by the prototype of GPUBufferInformation from other to this instance.
Clones this instance and returns a new GPUBufferInformation with identical values.
Determines if this GPUBufferInformation instance is equal to the other instance.
StaticisDetermines if both GPUBufferInformation instances are equal.
Descriptor structure used for initialization of a GPUBuffer.