Class VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI>
org.lwjgl.vulkan.VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI extends org.lwjgl.system.Struct<VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI> implements org.lwjgl.system.NativeResource
Structure describing cluster culling shader properties supported by an implementation.
Description

If the VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI 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 VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI {
     VkStructureType sType();
     void * pNext();
     uint32_t maxWorkGroupCount()[3];
     uint32_t maxWorkGroupSize()[3];
     uint32_t maxOutputClusterCount();
     VkDeviceSize indirectBufferOffsetAlignment();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • STYPE

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • MAXWORKGROUPCOUNT

      public static final int MAXWORKGROUPCOUNT
      The struct member offsets.
    • MAXWORKGROUPSIZE

      public static final int MAXWORKGROUPSIZE
      The struct member offsets.
    • MAXOUTPUTCLUSTERCOUNT

      public static final int MAXOUTPUTCLUSTERCOUNT
      The struct member offsets.
    • INDIRECTBUFFEROFFSETALIGNMENT

      public static final int INDIRECTBUFFEROFFSETALIGNMENT
      The struct member offsets.
  • Constructor Details

    • VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI

      public VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI(ByteBuffer container)
      Creates a VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details