public VkResult CreateShaderModule( [FromProperty("this")] GenDevice device, GenShaderModuleCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenShaderModule* pShaderModule) => default(VkResult);
public VkResult CreateGraphicsPipelines( [FromProperty("this")] GenDevice device, GenPipelineCache pipelineCache, [CountFor("createInfos")] int createInfoCount, [IsArray] GenGraphicsPipelineCreateInfo* pCreateInfos, GenAllocationCallbacks* pAllocator, [Return] GenPipeline* pPipelines) => default(VkResult);
public VkResult CreateRenderPass( [FromProperty("this")] GenDevice device, GenRenderPassCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenRenderPass* pRenderPass) => default(VkResult);
public VkResult CreateFramebuffer( [FromProperty("this")] GenDevice device, GenFramebufferCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenFramebuffer* pFramebuffer) => default(VkResult);
public VkResult CreateSemaphore( [FromProperty("this")] GenDevice device, GenSemaphoreCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenSemaphore* pSemaphore) => default(VkResult);
public VkResult CreateEvent( [FromProperty("this")] GenDevice device, GenEventCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenEvent* pEvent) => default(VkResult);
public VkResult CreateFence( [FromProperty("this")] GenDevice device, GenFenceCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenFence* pFence) => default(VkResult);
public VkResult CreateQueryPool( [FromProperty("this")] GenDevice device, GenQueryPoolCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenQueryPool* pQueryPool) => default(VkResult);
public VkResult CreatePipelineLayout( [FromProperty("this")] GenDevice device, GenPipelineLayoutCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenPipelineLayout* pPipelineLayout) => default(VkResult);
public VkResult CreateImageView( [FromProperty("this")] GenDevice device, GenImageViewCreateInfo* pCreateInfo, GenAllocationCallbacks* pAllocator, [Return] GenImageView* pView) => default(VkResult);
public VkResult AllocateMemory( [FromProperty("this")] GenDevice device, GenMemoryAllocateInfo* pAllocateInfo, GenAllocationCallbacks* pAllocator, [Return] GenDeviceMemory* pMemory) => default (VkResult);