Class VkPhysicalDeviceMeshShaderFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceMeshShaderFeaturesNV extends Struct<VkPhysicalDeviceMeshShaderFeaturesNV> implements NativeResource

 struct VkPhysicalDeviceMeshShaderFeaturesNV {
     VkStructureType sType;
     void * pNext;
     VkBool32 taskShader;
     VkBool32 meshShader;
 }