Class VkAttachmentDescriptionStencilLayoutKHR

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

public class VkAttachmentDescriptionStencilLayoutKHR extends VkAttachmentDescriptionStencilLayout
See VkAttachmentDescriptionStencilLayout.

Layout


 struct VkAttachmentDescriptionStencilLayoutKHR {
     VkStructureType sType;
     void * pNext;
     VkImageLayout stencilInitialLayout;
     VkImageLayout stencilFinalLayout;
 }