Class VkRenderPassSubpassFeedbackInfoEXT

All Implemented Interfaces:
Pointer

public class VkRenderPassSubpassFeedbackInfoEXT extends Struct<VkRenderPassSubpassFeedbackInfoEXT>

 struct VkRenderPassSubpassFeedbackInfoEXT {
     VkSubpassMergeStatusEXT subpassMergeStatus;
     char description[VK_MAX_DESCRIPTION_SIZE];
     uint32_t postMergeIndex;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int SUBPASSMERGESTATUS
      The struct member offsets.
    • DESCRIPTION

      public static final int DESCRIPTION
      The struct member offsets.
    • POSTMERGEINDEX

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

    • VkRenderPassSubpassFeedbackInfoEXT

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