Searched refs:SetPixelShaderConstant (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | d3d8.h | 933 STDMETHOD(SetPixelShaderConstant)(THIS_ DWORD reg_idx, const void *data, DWORD count) PURE; in DECLARE_INTERFACE_() local 1038 …ect3DDevice8_SetPixelShaderConstant(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstant(p,a,b,c) 1138 #define IDirect3DDevice8_SetPixelShaderConstant(p,a,b,c) (p)->SetPixelShaderConstant(a,b,…
|