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