From fc84455d0d1cb6b9396ba869a17d6f8d4b65ecc6 Mon Sep 17 00:00:00 2001 From: lucy96chen <47800040+lucy96chen@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:33:21 -0700 Subject: Vulkan validation error fixes (#2254) * Fixed Vulkan validation errors for incorrect layer counts and view types in Debug * Removed old (and empty) render-vk files; Ran premake.bat --- tools/gfx/vulkan/render-vk.h | 48 -------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 tools/gfx/vulkan/render-vk.h (limited to 'tools/gfx/vulkan/render-vk.h') diff --git a/tools/gfx/vulkan/render-vk.h b/tools/gfx/vulkan/render-vk.h deleted file mode 100644 index cd4a79b07..000000000 --- a/tools/gfx/vulkan/render-vk.h +++ /dev/null @@ -1,48 +0,0 @@ -// render-vk.h -#pragma once - -#include "../command-encoder-com-forward.h" -#include "../mutable-shader-object.h" -#include "../renderer-shared.h" -#include "../transient-resource-heap-base.h" -#include "core/slang-chunked-list.h" -#include "vk-api.h" -#include "vk-descriptor-allocator.h" -#include "vk-device-queue.h" - -namespace gfx -{ -namespace vk -{ -using namespace Slang; - -enum -{ - - kMaxPushConstantSize = 256, - kMaxDescriptorSets = 8, -}; - - - - - - - - - - - - - - - - - - - - - - -} // namespace vk -} // namespace gfx -- cgit v1.2.3