Class VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV extends Struct<VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV> implements NativeResource

 struct VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV {
     VkStructureType sType;
     void * pNext;
     VkBool32 spheres;
     VkBool32 linearSweptSpheres;
 }