IHardwareMaterial3 Class Reference
 
 
 
IHardwareMaterial3 Class Reference

#include <ihardwarematerial.h>

Inheritance diagram for IHardwareMaterial3:
IHardwareMaterial2 IHardwareMaterial BaseInterface InterfaceServer MaxHeapOperators

Class Description

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.

Public Member Functions

virtual bool  SetSamplerBorderColor (int stage, DWORD borderColor)=0
  This method sets the border color for the specified stage.

Member Function Documentation

virtual bool SetSamplerBorderColor ( int  stage,
DWORD  borderColor 
) [pure virtual]

This method sets the border color for the specified stage.

Parameters:
[in] stage - The sampler stage whose border color you want to set
[in] borderColor - The border color value
Returns:
true if successful, otherwise false