Class VkCommandBufferInheritanceRenderingInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkCommandBufferInheritanceRenderingInfo>
org.lwjgl.vulkan.VkCommandBufferInheritanceRenderingInfo
org.lwjgl.vulkan.VkCommandBufferInheritanceRenderingInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkCommandBufferInheritanceRenderingInfoKHR extends VkCommandBufferInheritanceRenderingInfo
See VkCommandBufferInheritanceRenderingInfo.

Layout


 struct VkCommandBufferInheritanceRenderingInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkRenderingFlags flags;
     uint32_t viewMask;
     uint32_t colorAttachmentCount;
     VkFormat const * pColorAttachmentFormats;
     VkFormat depthAttachmentFormat;
     VkFormat stencilAttachmentFormat;
     VkSampleCountFlagBits rasterizationSamples;
 }