summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan/render-vk.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/vulkan/render-vk.h')
-rw-r--r--tools/gfx/vulkan/render-vk.h48
1 files changed, 0 insertions, 48 deletions
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