From 9af9fc6e9981fbb582fad9f69ad6bb0d96856b5e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 7 Jan 2025 15:33:42 +0100 Subject: remove pbr prefix --- a.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'a.md') 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 NewAttribute = flag:u8 constant:f32 buffer:Res texture:Res ``` -| 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 -- cgit v1.2.3-70-g09d2