summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-03-04 16:25:58 -0800
committerGitHub <noreply@github.com>2021-03-04 16:25:58 -0800
commita5ac4999b4dea546a7ef824669ab1809224b6448 (patch)
tree15bb22eb98a94f7f81489deef55396461501d3dc /premake5.lua
parent13ff0bd345990c0fdfb7b52ebd5339cddb04889e (diff)
Refactor `gfx` to surface `CommandBuffer` interface. (#1735)
* Refactor `gfx` to surface `CommandBuffer` interface. * Fixes. * Fix code review issues, and make vulkan runnable on devices without VK_EXT_extended_dynamic_states. * Update solution files * Move out-of-date examples to examples/experimental Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/premake5.lua b/premake5.lua
index b9176a7e1..e4f9b91cc 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -567,11 +567,6 @@ if isTargetWindows then
--
-- Let's go ahead and set up the projects for our other example now.
- example "model-viewer"
-
- example "heterogeneous-hello-world"
- kind "ConsoleApp"
-
example "gpu-printing"
kind "ConsoleApp"