diff options
Diffstat (limited to 'assets/Shaders/Default.json')
-rw-r--r-- | assets/Shaders/Default.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/Shaders/Default.json b/assets/Shaders/Default.json new file mode 100644 index 0000000..d294372 --- /dev/null +++ b/assets/Shaders/Default.json @@ -0,0 +1,32 @@ +{ + "Inputs": [ + { + "Semantic": "Position", + "Name": "pos", + "ScalarType": "float", + "Width": 1, + "Height": 3, + "ArrayLength": 1, + "OpenGLLocation": 0 + }, + { + "Semantic": "Color1", + "Name": "color", + "ScalarType": "float", + "Width": 1, + "Height": 4, + "ArrayLength": 1, + "OpenGLLocation": 1 + } + ], + "Outputs": [ + { + "Name": "fragColor", + "ScalarType": "float", + "Width": 1, + "Height": 4, + "ArrayLength": 1, + "OpenGLLocation": 0 + } + ] +}
\ No newline at end of file |