Class VkPipelineCacheHeaderVersionOne

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPipelineCacheHeaderVersionOne extends Struct<VkPipelineCacheHeaderVersionOne> implements NativeResource

 struct VkPipelineCacheHeaderVersionOne {
     uint32_t headerSize;
     VkPipelineCacheHeaderVersion headerVersion;
     uint32_t vendorID;
     uint32_t deviceID;
     uint8_t pipelineCacheUUID[VK_UUID_SIZE];
 }
  • Field Details

    • SIZEOF

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

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

      public static final int HEADERSIZE
      The struct member offsets.
    • HEADERVERSION

      public static final int HEADERVERSION
      The struct member offsets.
    • VENDORID

      public static final int VENDORID
      The struct member offsets.
    • DEVICEID

      public static final int DEVICEID
      The struct member offsets.
    • PIPELINECACHEUUID

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

    • VkPipelineCacheHeaderVersionOne

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