Struct BufferDescriptor

Descriptor for a buffer to be used to update the following descriptor types: - DescriptorType.uniformBuffer - DescriptorType.uniformBufferDynamic - DescriptorType.storageBuffer - DescriptorType.storageBufferDynamic

struct BufferDescriptor ;

Fields

NameTypeDescription
buffer Bufferdescriptor resource
offset ulongbytes offset from the beginning of the resource
size ulongamount of bytes to use from the resource