Basic crashing text rendering

This commit is contained in:
Dynamitos
2022-04-15 11:19:30 +02:00
parent 3fec36295a
commit eb23264c40
41 changed files with 895 additions and 273 deletions
+20
View File
@@ -0,0 +1,20 @@
#version 450
layout(row_major) uniform;
layout(row_major) buffer;
#line 61 0
layout(location = 0)
out vec4 _S1;
#line 61
void main()
{
#line 61
_S1 = vec4(float(0), float(1), float(0), float(1));
#line 61
return;
}