Class VkRenderPassMultiviewCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkRenderPassMultiviewCreateInfoKHR

public class VkRenderPassMultiviewCreateInfo extends Struct<VkRenderPassMultiviewCreateInfo> implements NativeResource
struct VkRenderPassMultiviewCreateInfo {
    VkStructureType sType;
    void const * pNext;
    uint32_t subpassCount;
    uint32_t const * pViewMasks;
    uint32_t dependencyCount;
    int32_t const * pViewOffsets;
    uint32_t correlationMaskCount;
    uint32_t const * pCorrelationMasks;
}
  • 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.
    • SUBPASSCOUNT

      public static final int SUBPASSCOUNT
      The struct member offsets.
    • PVIEWMASKS

      public static final int PVIEWMASKS
      The struct member offsets.
    • DEPENDENCYCOUNT

      public static final int DEPENDENCYCOUNT
      The struct member offsets.
    • PVIEWOFFSETS

      public static final int PVIEWOFFSETS
      The struct member offsets.
    • CORRELATIONMASKCOUNT

      public static final int CORRELATIONMASKCOUNT
      The struct member offsets.
    • PCORRELATIONMASKS

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

    • VkRenderPassMultiviewCreateInfo

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