Skip to content

Commit

Permalink
Update from TressFX Sushi/4.0 to Cauldron/4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bblock-amd committed Jan 24, 2020
1 parent 9a9a100 commit ba0bdac
Show file tree
Hide file tree
Showing 614 changed files with 63,745 additions and 128,801 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*.ini eol=crlf
*.shl eol=crlf
*.sufx eol=crlf
*.jpg binary
*.pdf binary
*.pps binary
*.ppsx binary
Expand All @@ -45,6 +46,7 @@
*.suf2 binary
*.sul2 binary
*.suo2 binary
*.bin binary

# Some model formats might be ASCII, but treating them as such
# can slow down GitHub Desktop if the model file is large. Just
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "libs/cauldron"]
path = libs/cauldron
url = [email protected]:GPUOpen-LibrariesAndSDKs/Cauldron.git
18 changes: 18 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
cmake_minimum_required(VERSION 3.4)
set(CMAKE_GENERATOR_PLATFORM x64)

project (TressFX_${GFX_API})

# output exe to bin directory
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/bin)
foreach( OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES} )
string( TOUPPER ${OUTPUTCONFIG} OUTPUTCONFIG )
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY_${OUTPUTCONFIG} ${CMAKE_HOME_DIRECTORY}/bin )
endforeach( OUTPUTCONFIG CMAKE_CONFIGURATION_TYPES )

# reference libs used by both backends
add_subdirectory(libs/cauldron)

set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${PROJECT_NAME})
include_directories(src src/TressFX)
add_subdirectory(src)
143 changes: 0 additions & 143 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit ba0bdac

Please sign in to comment.