RixSCParamInfo Struct Reference

RixSCParamInfo Struct Reference

#include <RixShading.h>

Public Member Functions

 RixSCParamInfo (char const *nm, RixSCType t, RixSCAccess a=k_RixSCInput, int len=-1)
 most common constructor of POD parameters.
 
 RixSCParamInfo (char const *structnm, char const *nm, RixSCType t, RixSCAccess a=k_RixSCInput, int len=-1)
 full constructor
 
 RixSCParamInfo ()
 default constructor, useful to signal end of paraminfo table
 
bool IsArray () const
 

Public Attributes

char const * name
 
char const * customtype
 
RixSCType type
 
RixSCAccess access
 
int arraylen
 

Detailed Description

RixSCParamInfo captures the characteristics of an individual ScParam


The documentation for this struct was generated from the following file: