Skip to content

Commit

Permalink
changed to cmake project and vulkan-hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
turbotage committed May 14, 2020
1 parent 04acd04 commit 217088b
Show file tree
Hide file tree
Showing 3,064 changed files with 535,387 additions and 9,668 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,7 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc

#cmake build
out/
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CMakeList.txt : Top-level CMake project file, do global configuration
# and include sub-projects here.
#
cmake_minimum_required (VERSION 3.8)

project ("NextGengine")

# Include sub-projects.
add_subdirectory ("NextGengine")
16 changes: 16 additions & 0 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
}
]
}
Binary file removed Core/CompiledShaders/frag.spv
Binary file not shown.
Binary file removed Core/CompiledShaders/vert.spv
Binary file not shown.
277 changes: 0 additions & 277 deletions Core/Core.vcxproj

This file was deleted.

6 changes: 0 additions & 6 deletions Core/Core.vcxproj.user

This file was deleted.

6 changes: 0 additions & 6 deletions Core/TODO.txt

This file was deleted.

28 changes: 0 additions & 28 deletions Core/main.cpp

This file was deleted.

Loading

0 comments on commit 217088b

Please sign in to comment.