setup: renamed shader files for automatic syntax highlighting
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -4,11 +4,11 @@
|
|||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
const char *vertexShaderSource =
|
const char *vertexShaderSource =
|
||||||
#include "fsq.vs"
|
#include "fsq.glsl"
|
||||||
;
|
;
|
||||||
|
|
||||||
const char *fragmentShaderSource =
|
const char *fragmentShaderSource =
|
||||||
#include "sdf.fs"
|
#include "sdf.glsl"
|
||||||
;
|
;
|
||||||
|
|
||||||
/*void framebuffer_size_callback(GLFWwindow* window, int width, int height)
|
/*void framebuffer_size_callback(GLFWwindow* window, int width, int height)
|
||||||
|
|||||||
Reference in New Issue
Block a user