Class VkCommandBufferInheritanceViewportScissorInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCommandBufferInheritanceViewportScissorInfoNV extends Struct<VkCommandBufferInheritanceViewportScissorInfoNV> implements NativeResource
struct VkCommandBufferInheritanceViewportScissorInfoNV {
    VkStructureType sType;
    void const * pNext;
    VkBool32 viewportScissor2D;
    uint32_t viewportDepthCount;
    VkViewport const * pViewportDepths;
}