summaryrefslogtreecommitdiff
path: root/a.md
diff options
context:
space:
mode:
Diffstat (limited to 'a.md')
-rw-r--r--a.md38
1 files changed, 19 insertions, 19 deletions
diff --git a/a.md b/a.md
index a320e6d..2a4669a 100644
--- a/a.md
+++ b/a.md
@@ -47,25 +47,25 @@ Combinations of g__, va__ and tex_* are multiplied except normal which is added.
Defaults should be the identity for that operation, so default is 1 / white
except normals are zero.
-| Key | Value Type |
-| ---------------- | ------------- |
-| index | Resource |
-| g_metallic | f32 |
-| g_roughness | f32 |
-| g_albedo | Vec3A |
-| g_transmission | f32 |
-| va_position | [Resource; 3] |
-| va_normal | [Resource; 3] |
-| va_texcoord | [Resource; 2] |
-| va_roughness | Resource |
-| va_metallic | Resource |
-| va_albedo | [Resource; 3] |
-| va_transmission | Resource |
-| tex_normal | Resource |
-| tex_roughness | Resource |
-| tex_metallic | Resource |
-| tex_albedo | Resource |
-| tex_transmission | Resource |
+| Key | Value Type | |
+| ---------------- | ------------- | ---------------------- |
+| index | Resource | |
+| g_metallic | f32 | |
+| g_roughness | f32 | |
+| g_albedo | Vec3A | |
+| g_transmission | f32 | |
+| va_position | [Resource; 3] | |
+| va_normal | [Resource; 3] | |
+| va_texcoord | [Resource; 2] | |
+| va_roughness | Resource | |
+| va_metallic | Resource | |
+| va_albedo | [Resource; 3] | |
+| va_transmission | Resource | |
+| tex_normal | Resource | |
+| tex_roughness | Resource | Use only green channel |
+| tex_metallic | Resource | Use only blue channel |
+| tex_albedo | Resource | |
+| tex_transmission | Resource | |
### Texture