Add GX2_SHADER_PROGRAM_ALIGNMENT

This commit is contained in:
James Benton 2017-05-07 01:37:48 +01:00
parent 00a3d9d554
commit d0dab12160

View File

@ -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;