Ben Clayton
ca884587a4
Move shaders into glsl and hlsl directories
...
Move `data/shaders` to `data/shaders/glsl`
Move `data/hlsl` to `data/shaders/hlsl`
Fix up shader paths in the cpp files to point to the new glsl location.
`data/shaders/hlsl/compile.py` still overwrites the glsl .spv files (for
now).
Issue: #723
2020-06-01 12:22:28 +01:00
saschawillems
1f3cb12bd3
Removed GL_ARB_separate_shader_objects and GL_ARB_shading_language_420pack extensions from all shaders
2018-11-19 22:05:47 +01:00
saschawillems
3c230c7ff5
Simplified text overlay example, code cleanup, better text blending
2018-03-24 11:35:02 +01:00
saschawillems
9051af4502
Use new texture and model classes, fragment shader inputs (Refs #277 )
2017-02-04 15:00:45 +01:00
saschawillems
b39d589c86
Added backgdrop, object and more text to text overlay example
2016-05-07 12:37:12 +02:00
saschawillems
bb0924480d
Started work on a text overlay rendering example using a separate render pass for drawing on top of the current framebuffer
2016-05-03 22:38:57 +02:00