mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(D3D9 Cg) Buildfix
This commit is contained in:
parent
a923b62966
commit
9463f0ee55
@ -663,7 +663,7 @@ static void d3d9_cg_renderchain_bind_pass(
|
|||||||
unsigned index = attrib_map->data[cgGetParameterResourceIndex(param)];
|
unsigned index = attrib_map->data[cgGetParameterResourceIndex(param)];
|
||||||
|
|
||||||
IDirect3DDevice9_SetStreamSource(chain->dev, index,
|
IDirect3DDevice9_SetStreamSource(chain->dev, index,
|
||||||
cur_pass->vertex_buf, 0,
|
pass->vertex_buf, 0,
|
||||||
sizeof(struct D3D9CGVertex));
|
sizeof(struct D3D9CGVertex));
|
||||||
unsigned_vector_list_append(chain->bound_vert, index);
|
unsigned_vector_list_append(chain->bound_vert, index);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user