Class VkCommandBufferInheritanceRenderPassTransformInfoQCOM

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

public class VkCommandBufferInheritanceRenderPassTransformInfoQCOM extends org.lwjgl.system.Struct<VkCommandBufferInheritanceRenderPassTransformInfoQCOM> implements org.lwjgl.system.NativeResource
Structure describing transformed render pass parameters command buffer.
Description

When the secondary is recorded to execute within a render pass instance using CmdExecuteCommands, the render pass transform parameters of the secondary command buffer must be consistent with the render pass transform parameters specified for the render pass instance. In particular, the transform and renderArea for command buffer must be identical to the transform and renderArea of the render pass instance.

Valid Usage
Valid Usage (Implicit)
See Also

VkRect2D

Layout


 struct VkCommandBufferInheritanceRenderPassTransformInfoQCOM {
     VkStructureType sType();
     void * pNext();
     VkSurfaceTransformFlagBitsKHR transform();
     VkRect2D renderArea();
 }