コード例 #1
0
ファイル: GenRenderPass.cs プロジェクト: Zulkir/VulkaNet
 public void DestroyRenderPass(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenRenderPass renderPass,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
コード例 #2
0
ファイル: GenRenderPass.cs プロジェクト: Zulkir/VulkaNet
 public void GetRenderAreaGranularity(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenRenderPass renderPass,
     [Return] VkExtent2D *pGranularity)
 {
 }