Class VkAccelerationStructureGeometryMotionTrianglesDataNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkAccelerationStructureGeometryMotionTrianglesDataNV>
org.lwjgl.vulkan.VkAccelerationStructureGeometryMotionTrianglesDataNV
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkAccelerationStructureGeometryMotionTrianglesDataNV extends org.lwjgl.system.Struct<VkAccelerationStructureGeometryMotionTrianglesDataNV> implements org.lwjgl.system.NativeResource
Structure specifying vertex motion in a bottom-level acceleration structure.
Description

If VkAccelerationStructureGeometryMotionTrianglesDataNV is included in the pNext chain of a VkAccelerationStructureGeometryTrianglesDataKHR structure, the basic vertex positions are used for the position of the triangles in the geometry at time 0.0 and the vertexData in VkAccelerationStructureGeometryMotionTrianglesDataNV is used for the vertex positions at time 1.0, with positions linearly interpolated at intermediate times.

Indexing for VkAccelerationStructureGeometryMotionTrianglesDataNV vertexData is equivalent to the basic vertex position data.

Valid Usage (Implicit)
See Also

VkDeviceOrHostAddressConstKHR

Layout


 struct VkAccelerationStructureGeometryMotionTrianglesDataNV {
     VkStructureType sType();
     void const * pNext();
     VkDeviceOrHostAddressConstKHR vertexData();
 }