Class VkAccelerationStructureGeometryLinearSweptSpheresDataNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAccelerationStructureGeometryLinearSweptSpheresDataNV extends Struct<VkAccelerationStructureGeometryLinearSweptSpheresDataNV> implements NativeResource

 struct VkAccelerationStructureGeometryLinearSweptSpheresDataNV {
     VkStructureType sType;
     void const * pNext;
     VkFormat vertexFormat;
     {@link VkDeviceOrHostAddressConstKHR VkDeviceOrHostAddressConstKHR} vertexData;
     VkDeviceSize vertexStride;
     VkFormat radiusFormat;
     {@link VkDeviceOrHostAddressConstKHR VkDeviceOrHostAddressConstKHR} radiusData;
     VkDeviceSize radiusStride;
     VkIndexType indexType;
     {@link VkDeviceOrHostAddressConstKHR VkDeviceOrHostAddressConstKHR} indexData;
     VkDeviceSize indexStride;
     VkRayTracingLssIndexingModeNV indexingMode;
     VkRayTracingLssPrimitiveEndCapsModeNV endCapsMode;
 }