C Specification
The VkGeometryDataNV
structure is defined as:
typedef struct VkGeometryDataNV {
VkGeometryTrianglesNV triangles;
VkGeometryAABBNV aabbs;
} VkGeometryDataNV;
Members
-
triangles
contains triangle data ifVkGeometryNV
::geometryType
isVK_GEOMETRY_TYPE_TRIANGLES_NV
. -
aabbs
contains axis-aligned bounding box data ifVkGeometryNV
::geometryType
isVK_GEOMETRY_TYPE_AABBS_NV
.
Description
See Also
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-2019 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.