mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-01-25 03:34:15 +00:00
feat: add a few improvements of cube logic
This commit is contained in:
@@ -57,4 +57,10 @@ constexpr unsigned int INDICE[] = {
|
||||
|
||||
20, 21, 22, // 11
|
||||
22, 23, 20 // 12
|
||||
};
|
||||
};
|
||||
|
||||
extern unsigned char *__res_render_primitives_cube_frag;
|
||||
extern unsigned char *__res_render_primitives_cube_vert;
|
||||
|
||||
extern unsigned int __res_render_primitives_cube_frag_len;
|
||||
extern unsigned int __res_render_primitives_cube_vert_len;
|
||||
Reference in New Issue
Block a user