Class VkAccelerationStructureGeometrySpheresDataNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAccelerationStructureGeometrySpheresDataNV extends Struct<VkAccelerationStructureGeometrySpheresDataNV> implements NativeResource

 struct VkAccelerationStructureGeometrySpheresDataNV {
     VkStructureType sType;
     void const * pNext;
     VkFormat vertexFormat;
     VkDeviceOrHostAddressConstKHR vertexData;
     VkDeviceSize vertexStride;
     VkFormat radiusFormat;
     VkDeviceOrHostAddressConstKHR radiusData;
     VkDeviceSize radiusStride;
     VkIndexType indexType;
     VkDeviceOrHostAddressConstKHR indexData;
     VkDeviceSize indexStride;
 }