Add additional Asset types

- Add Framebuffer Asset
- Add Pipeline Asset
- Add RenderTexture Asset
This commit is contained in:
Thraix
2023-04-22 21:00:34 +02:00
parent 0246e89039
commit 1731bb1dd5
34 changed files with 322 additions and 171 deletions
+3
View File
@@ -0,0 +1,3 @@
[Framebuffer]
rendertexture-uuid=e59a549e-bb14-991c-0d95-a8e9351fa074
uuid=91455834-b62b-354e-ee3b-50f7dbe74d28
+5
View File
@@ -0,0 +1,5 @@
[Pipeline]
vert-filepath=res/shaders/passthrough.vert
frag-filepath=res/shaders/passthrough.frag
type=Passthrough
uuid=8fdcfe12-5c69-cf29-2f31-e177d6267e4e
+6
View File
@@ -0,0 +1,6 @@
[Pipeline]
vert-filepath=res/shaders/shader.vert
frag-filepath=res/shaders/shader.frag
framebuffer-uuid=91455834-b62b-354e-ee3b-50f7dbe74d28
type=Mesh
uuid=37082163-6f99-bded-1617-6220c84e3c2a
+6
View File
@@ -0,0 +1,6 @@
[Pipeline]
vert-filepath=res/shaders/renderer.vert
frag-filepath=res/shaders/renderer.frag
framebuffer-uuid=91455834-b62b-354e-ee3b-50f7dbe74d28
type=Renderer
uuid=59c56410-000b-70ca-1ae1-4568fb7856f7
+2
View File
@@ -0,0 +1,2 @@
[RenderTexture]
uuid=e59a549e-bb14-991c-0d95-a8e9351fa074