glTFSample
A simple but cute demo to show off the capabilities of the Cauldron framework.
Build Instructions
Prerequisites
To build glTFSample, you must first install the following tools:
Then follow the next steps:
-
Clone the repo with its submodules:
> git clone https://github.com/GPUOpen-LibrariesAndSDKs/glTFSample.git --recurse-submodules
-
Generate the solutions:
> cd glTFSample\build > GenerateSolutions.bat
-
Open the solutions in the VK or DX12 directories, compile and run.