Class VkPhysicalDeviceShaderSMBuiltinsPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShaderSMBuiltinsPropertiesNV extends Struct<VkPhysicalDeviceShaderSMBuiltinsPropertiesNV> implements NativeResource
Structure describing shader SM Builtins properties supported by an implementation.
Description

If the VkPhysicalDeviceShaderSMBuiltinsPropertiesNV structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceShaderSMBuiltinsPropertiesNV {
     VkStructureType sType();
     void * pNext();
     uint32_t shaderSMCount();
     uint32_t shaderWarpsPerSM();
 }