コード例 #1
0
ファイル: VkRenderPass.cs プロジェクト: Gaiaxis/SharpGame
 public void Dispose()
 {
     Vulkan.vkDestroyRenderPass(Vulkan.device, this, null);
 }