owlMaterialInstance

...

Syntax

//
//   Strong typing definition
//
void            owlMaterialInstance(
                        SdaiInstance            instanceBase,
                        SdaiInstance            instanceContext,
                        int64_t                 * owlInstance
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   owlMaterialInstance(
                                                                        int_t                   instanceBase,
                                                                        int_t                   instanceContext,
                                                                        int64_t                 * owlInstance
                                                                    );
    

Property instanceBase

Size: 32 bit / 4 byte (value)
???.

Property instanceContext

Size: 32 bit / 4 byte (value)
???.

Property owlInstance

Size: 32 bit / 4 byte (reference)
...