From a5ac4999b4dea546a7ef824669ab1809224b6448 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 4 Mar 2021 16:25:58 -0800 Subject: 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 --- premake5.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'premake5.lua') 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" -- cgit v1.2.3