Vulkan-Hpp
VkAccelerationStructureGeometryTrianglesDataKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkFormat vertexFormat
 
VkDeviceOrHostAddressConstKHR vertexData
 
VkDeviceSize vertexStride
 
uint32_t maxVertex
 
VkIndexType indexType
 
VkDeviceOrHostAddressConstKHR indexData
 
VkDeviceOrHostAddressConstKHR transformData
 

Detailed Description

Definition at line 18886 of file vulkan_core.h.

Member Data Documentation

◆ indexData

VkDeviceOrHostAddressConstKHR VkAccelerationStructureGeometryTrianglesDataKHR::indexData

Definition at line 18894 of file vulkan_core.h.

◆ indexType

VkIndexType VkAccelerationStructureGeometryTrianglesDataKHR::indexType

Definition at line 18893 of file vulkan_core.h.

◆ maxVertex

uint32_t VkAccelerationStructureGeometryTrianglesDataKHR::maxVertex

Definition at line 18892 of file vulkan_core.h.

◆ pNext

const void* VkAccelerationStructureGeometryTrianglesDataKHR::pNext

Definition at line 18888 of file vulkan_core.h.

◆ sType

VkStructureType VkAccelerationStructureGeometryTrianglesDataKHR::sType

Definition at line 18887 of file vulkan_core.h.

◆ transformData

VkDeviceOrHostAddressConstKHR VkAccelerationStructureGeometryTrianglesDataKHR::transformData

Definition at line 18895 of file vulkan_core.h.

◆ vertexData

VkDeviceOrHostAddressConstKHR VkAccelerationStructureGeometryTrianglesDataKHR::vertexData

Definition at line 18890 of file vulkan_core.h.

◆ vertexFormat

VkFormat VkAccelerationStructureGeometryTrianglesDataKHR::vertexFormat

Definition at line 18889 of file vulkan_core.h.

◆ vertexStride

VkDeviceSize VkAccelerationStructureGeometryTrianglesDataKHR::vertexStride

Definition at line 18891 of file vulkan_core.h.


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