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 a2eb035..733d4e7 100644
--- a/a.md
+++ b/a.md
@@ -34,25 +34,25 @@ Attribute = 0x01 constant:f32 / 0x02 buffer:Res / 0x03 texture:Res<Texture>
NewAttribute = flag:u8 constant:f32 buffer:Res texture:Res<Texture>
```
-| 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_pbr_roughness | Resource |
-| va_pbr_metallic | Resource |
-| va_pbr_albedo | [Resource; 3] |
-| va_pbr_transmission | Resource |
-| tex_normal | Resource |
-| tex_pbr_roughness | Resource |
-| tex_pbr_metallic | Resource |
-| tex_pbr_albedo | Resource |
-| tex_pbr_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 |
+| tex_metallic | Resource |
+| tex_albedo | Resource |
+| tex_transmission | Resource |
### Texture