We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107e15d commit a779eb7Copy full SHA for a779eb7
desmume/src/gfx3d.h
@@ -609,8 +609,8 @@ struct CPoly
609
typedef struct CPoly CPoly;
610
611
// 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.
+// This struct should be at least 16-byte aligned for GLSL.
+// Tables within the struct should be at least 32-byte aligned for SIMD.
614
struct GFX3D_State
615
{
616
// First 16-byte chunk
0 commit comments