mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-05 18:07:01 +00:00
(nk_common.c) Add HAVE_GLSL ifdef
This commit is contained in:
parent
4e91f6fcd0
commit
b7d3ed5264
@ -32,8 +32,10 @@
|
||||
#include "../../menu_display.h"
|
||||
#include "../../../gfx/video_shader_driver.h"
|
||||
|
||||
#ifdef HAVE_GLSL
|
||||
#include "../../../gfx/drivers/gl_shaders/pipeline_nuklear.glsl.vert.h"
|
||||
#include "../../../gfx/drivers/gl_shaders/pipeline_nuklear.glsl.frag.h"
|
||||
#endif
|
||||
|
||||
struct nk_font *font;
|
||||
struct nk_font_atlas atlas;
|
||||
|
Loading…
x
Reference in New Issue
Block a user