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