#include <Shader.h>
|
| union { |
| VkDescriptorImageInfo image |
| |
| VkDescriptorBufferInfo buffer |
| |
| }; | |
| |
◆ DescriptorInfo() [1/5]
| Fling::DescriptorInfo::DescriptorInfo |
( |
| ) |
|
|
inline |
◆ DescriptorInfo() [2/5]
| Fling::DescriptorInfo::DescriptorInfo |
( |
VkImageView |
imageView, |
|
|
VkImageLayout |
imageLayout |
|
) |
| |
|
inline |
◆ DescriptorInfo() [3/5]
| Fling::DescriptorInfo::DescriptorInfo |
( |
VkSampler |
sampler, |
|
|
VkImageView |
imageView, |
|
|
VkImageLayout |
imageLayout |
|
) |
| |
|
inline |
◆ DescriptorInfo() [4/5]
| Fling::DescriptorInfo::DescriptorInfo |
( |
VkBuffer |
buffer_, |
|
|
VkDeviceSize |
offset, |
|
|
VkDeviceSize |
range |
|
) |
| |
|
inline |
◆ DescriptorInfo() [5/5]
| Fling::DescriptorInfo::DescriptorInfo |
( |
VkBuffer |
buffer_ | ) |
|
|
inline |
◆ @1
◆ buffer
| VkDescriptorBufferInfo Fling::DescriptorInfo::buffer |
◆ image
| VkDescriptorImageInfo Fling::DescriptorInfo::image |
The documentation for this struct was generated from the following file: