mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(D3D) Prevent warning ( also, why is all this code suddenly compiled out?)
This commit is contained in:
parent
756b3de315
commit
721d566f99
@ -267,7 +267,6 @@ static void cg_d3d9_renderchain_destroy_stock_shader(void *data)
|
||||
if (chain->vStock)
|
||||
cgDestroyProgram(chain->vStock);
|
||||
}
|
||||
#endif
|
||||
|
||||
static void renderchain_destroy_shader(void *data, int i)
|
||||
{
|
||||
@ -281,6 +280,8 @@ static void renderchain_destroy_shader(void *data, int i)
|
||||
if (chain->passes[i].vPrg)
|
||||
cgDestroyProgram(chain->passes[i].vPrg);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static void renderchain_set_shader_mvp(void *data, void *shader_data, void *matrix_data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user