summaryrefslogtreecommitdiff
path: root/a.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-07 18:13:42 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-07 18:13:42 +0100
commitd3e2f02f5f75afb6d6c62e77577452224e4a34a4 (patch)
tree6a180eeb4c3f70f5f122325a590d1ac098a11f23 /a.md
parent4032ef64aa33f616a2009ad1e6270cdf646242e7 (diff)
downloadweareserver-d3e2f02f5f75afb6d6c62e77577452224e4a34a4.tar
weareserver-d3e2f02f5f75afb6d6c62e77577452224e4a34a4.tar.bz2
weareserver-d3e2f02f5f75afb6d6c62e77577452224e4a34a4.tar.zst
emission
Diffstat (limited to 'a.md')
-rw-r--r--a.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/a.md b/a.md
index 3c0f7c0..22cccd4 100644
--- a/a.md
+++ b/a.md
@@ -54,6 +54,7 @@ except normals are zero.
| g_roughness | f32 | |
| g_albedo | \[f32;3\] | |
| g_transmission | f32 | |
+| g_emission | \[f32;3\] | |
| va_position | [Resource; 3] | |
| va_normal | [Resource; 3] | |
| va_texcoord | [Resource; 2] | |
@@ -61,11 +62,13 @@ except normals are zero.
| va_metallic | Resource | |
| va_albedo | [Resource; 3] | |
| va_transmission | Resource | |
+| va_emission | Resource | |
| tex_normal | Resource | Use color channels |
| tex_roughness | Resource | Use green channel |
| tex_metallic | Resource | Use blue channel |
| tex_albedo | Resource | Use color channels |
| tex_transmission | Resource | Use alpha channel |
+| tex_emission | Resource | Use color channels |
### Texture