Class VkCooperativeMatrixPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCooperativeMatrixPropertiesKHR extends Struct<VkCooperativeMatrixPropertiesKHR> implements NativeResource
struct VkCooperativeMatrixPropertiesKHR {
    VkStructureType sType;
    void * pNext;
    uint32_t MSize;
    uint32_t NSize;
    uint32_t KSize;
    VkComponentTypeKHR AType;
    VkComponentTypeKHR BType;
    VkComponentTypeKHR CType;
    VkComponentTypeKHR ResultType;
    VkBool32 saturatingAccumulation;
    VkScopeKHR scope;
}
  • 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.
    • MSIZE

      public static final int MSIZE
      The struct member offsets.
    • NSIZE

      public static final int NSIZE
      The struct member offsets.
    • KSIZE

      public static final int KSIZE
      The struct member offsets.
    • ATYPE

      public static final int ATYPE
      The struct member offsets.
    • BTYPE

      public static final int BTYPE
      The struct member offsets.
    • CTYPE

      public static final int CTYPE
      The struct member offsets.
    • RESULTTYPE

      public static final int RESULTTYPE
      The struct member offsets.
    • SATURATINGACCUMULATION

      public static final int SATURATINGACCUMULATION
      The struct member offsets.
    • SCOPE

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

    • VkCooperativeMatrixPropertiesKHR

      public VkCooperativeMatrixPropertiesKHR(ByteBuffer container)
      Creates a VkCooperativeMatrixPropertiesKHR 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