diff --git a/include/gx2/shaders.h b/include/gx2/shaders.h index 11598b4..125fad2 100644 --- a/include/gx2/shaders.h +++ b/include/gx2/shaders.h @@ -14,6 +14,8 @@ extern "C" { #endif +#define GX2_SHADER_PROGRAM_ALIGNMENT (0x100) + typedef struct GX2AttribVar GX2AttribVar; typedef struct GX2AttribStream GX2AttribStream; typedef struct GX2FetchShader GX2FetchShader;