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
Name | Type | Description |
---|---|---|
buffer
|
Buffer | descriptor resource |
offset
|
ulong | bytes offset from the beginning of the resource |
size
|
ulong | amount of bytes to use from the resource |