mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-08 19:40:30 +00:00
(D3D) Buildfix
This commit is contained in:
parent
0a5a72b8b1
commit
f425ea56a4
@ -362,11 +362,10 @@ bool renderchain_init_shader_fvf(void *data, void *pass_data)
|
|||||||
pass->attrib_map.push_back(0);
|
pass->attrib_map.push_back(0);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
D3DVERTEXELEMENT elem;
|
D3DVERTEXELEMENT elem = DECL_FVF_TEXCOORD(index, 3, tex_index);
|
||||||
|
|
||||||
pass->attrib_map.push_back(index);
|
pass->attrib_map.push_back(index);
|
||||||
|
|
||||||
elem = DECL_FVF_TEXCOORD(index, 3, tex_index);
|
|
||||||
decl[i] = elem;
|
decl[i] = elem;
|
||||||
|
|
||||||
/* Find next vacant stream. */
|
/* Find next vacant stream. */
|
||||||
|
Loading…
Reference in New Issue
Block a user