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