Extension of IHardwareMaterial2 Interface.
This class extends the functionality of IHardwareMaterial2. To acquire this interface, simply call GetInterface(IHARDWARE_MATERIAL3_INTERFACE_ID). If failed, it will return NULL.
#include <ihardwarematerial.h>

Public Member Functions |
|
| virtual bool | SetSamplerBorderColor (int stage, DWORD borderColor)=0 |
| This method sets the border color for the
specified stage. |
|
| virtual bool SetSamplerBorderColor | ( | int | stage, |
| DWORD | borderColor | ||
| ) | [pure virtual] |
This method sets the border color for the specified stage.
| [in] | stage | - The sampler stage whose border color you want to set |
| [in] | borderColor | - The border color value |