C Specification
The VkGeometryDataNV
structure specifes geometry in a bottom-level
acceleration structure and is defined as:
typedef struct VkGeometryDataNV {
VkGeometryTrianglesNV triangles;
VkGeometryAABBNV aabbs;
} VkGeometryDataNV;
Members
-
triangles
contains triangle data if VkGeometryNV::geometryType
isVK_GEOMETRY_TYPE_TRIANGLES_NV
. -
aabbs
contains axis-aligned bounding box data if VkGeometryNV::geometryType
isVK_GEOMETRY_TYPE_AABBS_NV
.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright (c) 2014-2020 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.