Commit Graph

4 Commits

Author SHA1 Message Date
David Siegel
90737bb654 Fix 8.3. Tesselation
- CMake: Handle *.tcs and *.tes shader files
- avoid directory name “resources”, since it triggers weird behaviour of glfwInit() on mac os (see remarks at https://www.glfw.org/docs/3.3/group__init.html#ga317aac130a235ab08c6db0834907d85e)
- shader loader: print exception messages
2023-05-16 20:31:21 +02:00
Josh Soref
c31f16483c spelling: successfully
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-22 18:11:04 -05:00
Josh Soref
9891f6608e spelling: necessary
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-22 18:11:04 -05:00
jpaone
eff4455a9f Shader Class that can create a Shader Program consisting of Vertex, Tessellation Control & Evaluation, Geometry, and Fragment Shaders 2022-02-18 20:11:35 -07:00