charcoal/Example
elipzer d25b5da9d2 Added a function for resizing element buffers.
This should be useful in the future for allowing for more efficient
resizing of element buffers rather than re-allocating them every
frame.
2018-11-12 11:13:12 -05:00
..
Example.vcxproj Improved includes to improve ease of code building. 2018-11-12 00:38:29 -05:00
Example.vcxproj.filters Starting off with text! Using the Uber image to test it. 2018-10-19 01:08:21 -04:00
main.cpp Libraries Work! 2018-10-11 01:26:24 -04:00
MyApplication.cpp Starting off with text! Using the Uber image to test it. 2018-10-19 01:08:21 -04:00
MyApplication.h Starting off with text! Using the Uber image to test it. 2018-10-19 01:08:21 -04:00
MyBasicScene.cpp Probably BREAKING - Moved everything into proper directories 2018-10-10 23:56:39 -04:00
MyBasicScene.h Libraries Work! 2018-10-11 01:26:24 -04:00
MyBasicShaderProgram.h Libraries Work! 2018-10-11 01:26:24 -04:00
MyBatch.cpp Added a function for resizing element buffers. 2018-11-12 11:13:12 -05:00
MyBatch.h Added a function for resizing element buffers. 2018-11-12 11:13:12 -05:00
MyBuiltinCubeScene.cpp Fixed reverse-texture rendering by flipping the camera "handedness" 2018-10-15 11:42:12 -04:00
MyBuiltinCubeScene.h Got it working but its not working... 2018-10-14 21:19:38 -04:00
MyBuiltinLitScene.cpp Lit pipelines work! 2018-10-17 15:09:32 -04:00
MyBuiltinLitScene.h Lighting works... Just not properly 2018-10-15 22:38:59 -04:00
MyBuiltinTexturedScene.cpp Fixed reverse-texture rendering by flipping the camera "handedness" 2018-10-15 11:42:12 -04:00
MyBuiltinTexturedScene.h Got it working but its not working... 2018-10-14 21:19:38 -04:00
MyPongScene.cpp Final Pong Touches 2018-10-18 12:28:46 -04:00
MyPongScene.h Final Pong Touches 2018-10-18 12:28:46 -04:00
MySimple2DScene.cpp Libraries Work! 2018-10-11 01:26:24 -04:00
MySimple2DScene.h Libraries Work! 2018-10-11 01:26:24 -04:00
MySimple3DScene.cpp Fixed reverse-texture rendering by flipping the camera "handedness" 2018-10-15 11:42:12 -04:00
MySimple3DScene.h Libraries Work! 2018-10-11 01:26:24 -04:00
MySimpleCubeScene.cpp Fixed reverse-texture rendering by flipping the camera "handedness" 2018-10-15 11:42:12 -04:00
MySimpleCubeScene.h Libraries Work! 2018-10-11 01:26:24 -04:00
MySimpleShaderProgram.h Libraries Work! 2018-10-11 01:26:24 -04:00
MyTestTextScene.cpp Better alpha channel stuff. 2018-10-19 20:32:12 -04:00
MyTextTestScene.h Starting off with text! Using the Uber image to test it. 2018-10-19 01:08:21 -04:00