Class VkPhysicalDeviceTensorFeaturesARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceTensorFeaturesARM extends Struct<VkPhysicalDeviceTensorFeaturesARM> implements NativeResource

 struct VkPhysicalDeviceTensorFeaturesARM {
     VkStructureType sType;
     void * pNext;
     VkBool32 tensorNonPacked;
     VkBool32 shaderTensorAccess;
     VkBool32 shaderStorageTensorArrayDynamicIndexing;
     VkBool32 shaderStorageTensorArrayNonUniformIndexing;
     VkBool32 descriptorBindingStorageTensorUpdateAfterBind;
     VkBool32 tensors;
 }
  • 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.
    • TENSORNONPACKED

      public static final int TENSORNONPACKED
      The struct member offsets.
    • SHADERTENSORACCESS

      public static final int SHADERTENSORACCESS
      The struct member offsets.
    • SHADERSTORAGETENSORARRAYDYNAMICINDEXING

      public static final int SHADERSTORAGETENSORARRAYDYNAMICINDEXING
      The struct member offsets.
    • SHADERSTORAGETENSORARRAYNONUNIFORMINDEXING

      public static final int SHADERSTORAGETENSORARRAYNONUNIFORMINDEXING
      The struct member offsets.
    • DESCRIPTORBINDINGSTORAGETENSORUPDATEAFTERBIND

      public static final int DESCRIPTORBINDINGSTORAGETENSORUPDATEAFTERBIND
      The struct member offsets.
    • TENSORS

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

    • VkPhysicalDeviceTensorFeaturesARM

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