![]() |
RenderMan API
23.0
|
#include <RixShading.h>
Public Member Functions | |
RixSCParamInfo (RtUString const _name, RixSCType t, RixSCAccess a=k_RixSCInput, int length=-1) | |
RixSCParamInfo (RtUString const structName, RtUString const _name, RixSCType t, RixSCAccess a=k_RixSCInput, int length=-1) | |
RixSCParamInfo () | |
bool | IsArray () const |
Public Attributes | |
RtUString | name |
RtUString | customtype |
RixSCType | type |
RixSCAccess | access |
int | arraylen |
RixSCParamInfo captures the characteristics of an individual ScParam
Definition at line 456 of file RixShading.h.
|
inline |
Definition at line 459 of file RixShading.h.
|
inline |
Definition at line 465 of file RixShading.h.
|
inline |
Definition at line 471 of file RixShading.h.
|
inline |
Definition at line 484 of file RixShading.h.
RixSCAccess RixSCParamInfo::access |
Definition at line 482 of file RixShading.h.
int RixSCParamInfo::arraylen |
Definition at line 483 of file RixShading.h.
RtUString RixSCParamInfo::customtype |
Definition at line 480 of file RixShading.h.
RtUString RixSCParamInfo::name |
Definition at line 479 of file RixShading.h.
RixSCType RixSCParamInfo::type |
Definition at line 481 of file RixShading.h.