From 3088d901fee6447b6d80fa67f258626ece4408dc Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 5 May 2022 10:48:14 -0700 Subject: Various vulkan/glsl fixes. (#2222) * Various vulkan/glsl fixes. * Fix. * Fix. * Canonicalize type constraints for name mangling. Co-authored-by: Yong He Co-authored-by: Theresa Foley <10618364+tangent-vector@users.noreply.github.com> --- tools/gfx/vulkan/render-vk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/gfx/vulkan/render-vk.h') diff --git a/tools/gfx/vulkan/render-vk.h b/tools/gfx/vulkan/render-vk.h index 646c3eb98..5cec63787 100644 --- a/tools/gfx/vulkan/render-vk.h +++ b/tools/gfx/vulkan/render-vk.h @@ -1408,8 +1408,6 @@ public: virtual SLANG_NO_THROW void SLANG_MCALL writeTimestamp(IQueryPool* queryPool, GfxIndex index) override; - VkImageAspectFlags getAspectMask(TextureAspect aspect); - virtual SLANG_NO_THROW void SLANG_MCALL copyTexture( ITextureResource* dst, ResourceState dstState, -- cgit v1.2.3