Struct ImageSamplerDescriptor
Descriptor that combines sampler and image view to be used to update the following descriptor types: - DescriptorType.combinedImageSampler
struct ImageSamplerDescriptor
;
Fields
Name | Type | Description |
---|---|---|
layout
|
ImageLayout | layout of the image resource |
sampler
|
Sampler | sampler resource combined with this image |
view
|
ImageView | view to image resource |