dawn-cmake/examples
Corentin Wallez 26275d0a16 Make all libraries STATIC for now
For shared library to work on Windows to work, we need to add
declspec(export) and declspec(import) annotations to the symbols to
export. This fixes the problem by making all libraries static on
Windows, but we'll need to revisit and do proper symbol exports.
2017-05-30 10:48:32 -07:00
..
glTFViewer Add bufferOffset to CopyBufferToTexture. 2017-05-10 19:49:52 +02:00
Animometer.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
BackendBinding.h Initial commit of all the NXT integration. 2017-04-20 14:38:20 -04:00
CMakeLists.txt Make all libraries STATIC for now 2017-05-30 10:48:32 -07:00
ComputeBoids.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
HelloCompute.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
HelloIndices.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
HelloInstancing.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
HelloTriangle.c Introduce render passes 2017-05-22 10:53:19 -07:00
HelloTriangle.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
HelloUBO.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
HelloVertices.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
MetalBinding.mm Initial commit of all the NXT integration. 2017-04-20 14:38:20 -04:00
RenderToTexture.cpp Introduce render passes 2017-05-22 10:53:19 -07:00
SpirvTest.cpp Initial commit of all the NXT integration. 2017-04-20 14:38:20 -04:00
Utils.cpp Create a Null backend. 2017-05-24 15:23:53 -04:00
Utils.h Introduce render passes 2017-05-22 10:53:19 -07:00