r3mpcall

r3mpcall

Class

real/code/r3mpcall.h

Library

r3code

Description:

Procedure call shader model.

See Also

real/code/r3matprp.h

Super Class

r3Matprop

R3CLID_MATPROP

JavaScript

r3Mpcall

Class Identifier

R3CLID_MPCALL - 824

Methods

Attributes

ProcedureName,

Registration

int R3RegisterMPCallClass(R3APP *app);

ProcedureName

Attribute

ProcedureName

Identifier

R3MPCALLA_ProcedureName

JavaScript type

String

C type

char*

Description

the procedure to be called

Syntax


jsobj.SetProcedureName(value);
value = jsobj.GetProcedureName();


char* value = ...;
R3SetAttrs(r3obj, R3MPCALLA_ProcedureName, value, R3TAG_END);
char* value;
R3GetAttrs(r3obj, R3MPCALLA_ProcedureName, &value, R3TAG_END);