Skip to content

Commit a779eb7

Browse files
committed
gfx3d.h: Fix some comments. It's "byte", not "bit"!
1 parent 107e15d commit a779eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

desmume/src/gfx3d.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ struct CPoly
609609
typedef struct CPoly CPoly;
610610

611611
// Used to communicate state to the renderer.
612-
// This struct should be at least 16-bit aligned for GLSL.
613-
// Tables within the struct should be at least 32-bit aligned for SIMD.
612+
// This struct should be at least 16-byte aligned for GLSL.
613+
// Tables within the struct should be at least 32-byte aligned for SIMD.
614614
struct GFX3D_State
615615
{
616616
// First 16-byte chunk

0 commit comments

Comments
 (0)