Skip to content

Commit 8275ce6

Browse files
Fixed copypasta error.
1 parent 47a307b commit 8275ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/articles/2024-10-17-glsl-development-made-shrimple.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ struct Args
8585
#ifdef __cplusplus // Simple constructor to initialize with safe defaults
8686
Args() : dimensions(0, 0), samples(1) {}
8787
#endif
88-
FVOG_IVEC2 dimensions;
89-
FVOG_UINT32 samples;
88+
FROG_IVEC2 dimensions;
89+
FROG_UINT32 samples;
9090
};
9191

9292
#ifndef __cplusplus // GLSL-only section

0 commit comments

Comments
 (0)