imrShaderClassDesc.h File Reference

#include "..\iparamb2.h"

Go to the source code of this file.

Classes

class   imrShaderClassDesc

Defines

#define  GETIMRSHADERCLASSDESC_CMD   0x984a860f

Functions

imrShaderClassDesc Get_mrShaderClassDesc (ClassDesc *cd)

Define Documentation

#define GETIMRSHADERCLASSDESC_CMD   0x984a860f

Function Documentation

imrShaderClassDesc* Get_mrShaderClassDesc ( ClassDesc cd ) [inline]

Definition at line 145 of file imrShaderClassDesc.h.

                                                                {

    if((cd != NULL) && (cd->Execute(GETIMRSHADERCLASSDESC_CMD) == (GETIMRSHADERCLASSDESC_CMD + 1))) {
        return static_cast<imrShaderClassDesc*>(cd);
    }
    else {
        return NULL;
    }
}