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;
     {@link VkDeviceOrHostAddressConstKHR VkDeviceOrHostAddressConstKHR} vertexData;
     VkDeviceSize vertexStride;
     VkFormat radiusFormat;
     {@link VkDeviceOrHostAddressConstKHR VkDeviceOrHostAddressConstKHR} radiusData;
     VkDeviceSize radiusStride;
     VkIndexType indexType;
     {@link VkDeviceOrHostAddressConstKHR VkDeviceOrHostAddressConstKHR} indexData;
     VkDeviceSize indexStride;
 }