#include <vkresourcetable.h>
|
union { | |
|
VkDescriptorImageInfo img | |
|
VkDescriptorBufferInfo buf | |
|
VkBufferView tex | |
|
VkAccelerationStructureKHR tlas | |
|
}; | | |
|
VkWriteDescriptorSet | write |
|
VkWriteDescriptorSetAccelerationStructureKHR | tlasWrite |
|
WriteType | type |
|
◆ [union]
◆ buf
VkDescriptorBufferInfo Vulkan::WriteInfo::buf |
◆ img
VkDescriptorImageInfo Vulkan::WriteInfo::img |
◆ tex
VkBufferView Vulkan::WriteInfo::tex |
◆ tlas
VkAccelerationStructureKHR Vulkan::WriteInfo::tlas |
◆ tlasWrite
VkWriteDescriptorSetAccelerationStructureKHR Vulkan::WriteInfo::tlasWrite |
◆ type
◆ write
VkWriteDescriptorSet Vulkan::WriteInfo::write |
The documentation for this struct was generated from the following file: