Struct DescriptorWrite
Gathering of descriptor or descriptors array to be written to a device
struct DescriptorWrite
;
Properties
Name | Type | Description |
---|---|---|
buffers [get]
|
BufferDescriptor[] | access BufferDescriptor array |
count [get]
|
ulong | how many descriptors are to be written |
images [get]
|
ImageDescriptor[] | access ImageDescriptor array |
imageSamplers [get]
|
ImageSamplerDescriptor[] | access ImageSamplerDescriptor array |
samplers [get]
|
SamplerDescriptor[] | access SamplerDescriptor array |
texelBuffers [get]
|
TexelBufferDescriptor[] | access TexelBufferDescriptor array |
type [get]
|
DescriptorType | the type of the descriptor to be written |
Methods
Name | Description |
---|---|
make
(type, buffer)
|
make a Descriptor write for a single BufferDescriptor |
make
(type, buffers)
|
make a Descriptor write for a BufferDescriptor array |
make
(type, texelBuffer)
|
make a Descriptor write for a single TexelBufferDescriptor |
make
(type, texelBuffers)
|
make a Descriptor write for a TexelBufferDescriptor array |
make
(type, image)
|
make a Descriptor write for a single ImageDescriptor |
make
(type, images)
|
make a Descriptor write for a ImageDescriptor array |
make
(type, imageSampler)
|
make a Descriptor write for a single ImageSamplerDescriptor |
make
(type, imageSamplers)
|
make a Descriptor write for a ImageSamplerDescriptor array |
make
(type, sampler)
|
make a Descriptor write for a single SamplerDescriptor |
make
(type, samplers)
|
make a Descriptor write for a SamplerDescriptor array |