Class VkSubpassBeginInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSubpassBeginInfoKHR extends VkSubpassBeginInfo
See VkSubpassBeginInfo.

Layout


 struct VkSubpassBeginInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkSubpassContents contents;
 }