IDirect3DRMTexture2::SetDecalScale
Sets the scaling property for a decal.
HRESULT SetDecalScale(
DWORD dwScale
);
Parameters
dwScale
If this parameter is TRUE, depth is taken into account when the decal is scaled. If it is FALSE, depth information is ignored. The default value is TRUE.
Return Values
Returns D3DRM_OK if successful, or an error otherwise. For a list of possible return codes, see Direct3D Retained-Mode Return Values.
See Also