IDirect3DDevice9::SetMaterial method
Sets the material properties for the device.
Syntax
HRESULT SetMaterial( [in] const D3DMATERIAL9 *pMaterial );
Parameters
- pMaterial [in]
-
Type: const D3DMATERIAL9*
Pointer to a D3DMATERIAL9 structure, describing the material properties to set.
Return value
Type: HRESULT
If the method succeeds, the return value is D3D_OK. D3DERR_INVALIDCALL if the pMaterial parameter is invalid.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: