Skip to content

Commit

Permalink
2023-11-13 12:46:46 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhill committed Nov 13, 2023
1 parent 3e5b9ac commit 0436e97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions topics/metal-splats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0436e97

Please sign in to comment.