We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58d489 commit 49582bfCopy full SHA for 49582bf
examples/ex_prim_wrap.c
@@ -172,12 +172,12 @@ int main(int argc, char **argv)
172
const char* pixel_file;
173
if (al_get_shader_platform(shader) == ALLEGRO_SHADER_GLSL) {
174
#ifdef ALLEGRO_CFG_SHADER_GLSL
175
- pixel_file = "data/ex_bitmap_wrap_pixel.glsl";
+ pixel_file = "data/ex_prim_wrap_pixel.glsl";
176
#endif
177
}
178
else {
179
#ifdef ALLEGRO_CFG_SHADER_HLSL
180
- pixel_file = "data/ex_bitmap_wrap_pixel.hlsl";
+ pixel_file = "data/ex_prim_wrap_pixel.hlsl";
181
182
183
0 commit comments