Пример #1
0
 public void DestroyRenderPass(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenRenderPass renderPass,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #2
0
 public void GetRenderAreaGranularity(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenRenderPass renderPass,
     [Return] VkExtent2D *pGranularity)
 {
 }