Class VkRenderPassStripeBeginInfoARM

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

public class VkRenderPassStripeBeginInfoARM extends org.lwjgl.system.Struct<VkRenderPassStripeBeginInfoARM> implements org.lwjgl.system.NativeResource
Structure specifying striped rendering information.
Description

This structure can be included in the pNext chain of VkRenderPassBeginInfo or VkRenderingInfo to define how the render pass instance is split into stripes.

Valid Usage
Valid Usage (Implicit)
See Also

VkRenderPassStripeInfoARM

Layout


 struct VkRenderPassStripeBeginInfoARM {
     VkStructureType sType();
     void const * pNext();
     uint32_t stripeInfoCount();
     VkRenderPassStripeInfoARM const * pStripeInfos();
 }