SDL  2.0
VkAccelerationStructureCreateGeometryTypeInfoKHR Struct Reference

#include <vulkan_beta.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkGeometryTypeKHR geometryType
 
uint32_t maxPrimitiveCount
 
VkIndexType indexType
 
uint32_t maxVertexCount
 
VkFormat vertexFormat
 
VkBool32 allowsTransforms
 

Detailed Description

Definition at line 221 of file vulkan_beta.h.

Field Documentation

◆ allowsTransforms

VkBool32 VkAccelerationStructureCreateGeometryTypeInfoKHR::allowsTransforms

Definition at line 229 of file vulkan_beta.h.

◆ geometryType

VkGeometryTypeKHR VkAccelerationStructureCreateGeometryTypeInfoKHR::geometryType

Definition at line 224 of file vulkan_beta.h.

◆ indexType

VkIndexType VkAccelerationStructureCreateGeometryTypeInfoKHR::indexType

Definition at line 226 of file vulkan_beta.h.

◆ maxPrimitiveCount

uint32_t VkAccelerationStructureCreateGeometryTypeInfoKHR::maxPrimitiveCount

Definition at line 225 of file vulkan_beta.h.

◆ maxVertexCount

uint32_t VkAccelerationStructureCreateGeometryTypeInfoKHR::maxVertexCount

Definition at line 227 of file vulkan_beta.h.

◆ pNext

const void* VkAccelerationStructureCreateGeometryTypeInfoKHR::pNext

Definition at line 223 of file vulkan_beta.h.

◆ sType

VkStructureType VkAccelerationStructureCreateGeometryTypeInfoKHR::sType

Definition at line 222 of file vulkan_beta.h.

◆ vertexFormat

VkFormat VkAccelerationStructureCreateGeometryTypeInfoKHR::vertexFormat

Definition at line 228 of file vulkan_beta.h.


The documentation for this struct was generated from the following file: