Searched refs:set_scalar (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | shader.c | 1410 static HRESULT set_scalar(struct ID3DXConstantTableImpl *table, IDirect3DDevice9 *device, D3DXHANDL… in set_scalar() function 1688 return set_scalar(This, device, constant, &b, D3DXPT_BOOL); in ID3DXConstantTableImpl_SetBool() 1708 return set_scalar(This, device, constant, &n, D3DXPT_INT); in ID3DXConstantTableImpl_SetInt() 1728 return set_scalar(This, device, constant, &f, D3DXPT_FLOAT); in ID3DXConstantTableImpl_SetFloat()
|