Class VkPipelineBinaryInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPipelineBinaryInfoKHR extends Struct<VkPipelineBinaryInfoKHR> implements NativeResource

 struct VkPipelineBinaryInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t binaryCount;
     VkPipelineBinaryKHR const * pPipelineBinaries;
 }
  • 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.
    • BINARYCOUNT

      public static final int BINARYCOUNT
      The struct member offsets.
    • PPIPELINEBINARIES

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

    • VkPipelineBinaryInfoKHR

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