From 0436e97eba0c7bdc4f9febabd2727f29f16179a4 Mon Sep 17 00:00:00 2001 From: Alexander Hill Date: Mon, 13 Nov 2023 00:46:46 -0500 Subject: [PATCH] 2023-11-13 12:46:46 AM --- topics/metal-splats.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/topics/metal-splats.md b/topics/metal-splats.md index f303472..dc4b4d7 100644 --- a/topics/metal-splats.md +++ b/topics/metal-splats.md @@ -45,11 +45,11 @@ uniform vec3 Param2; uniform sampler2D Data; #define OwnPos gl_TexCoord[0] // contents of the uniform data fields -#define TwoStage Param1.x -#define Pass_mod_Stage Param1.y -#define TwoStage_PmS_1 Param1.z -#define Width Param2.x -#define Height Param2.y +#define TwoStage Param1.x +#define Pass_mod_Stage Param1.y +#define TwoStage_PmS_1 Param1.z +#define Width Param2.x +#define Height Param2.y #define Pass Param2.z void main(void) { // get self