summaryrefslogtreecommitdiff
path: root/a.md
diff options
context:
space:
mode:
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