Blender  V3.3
Public Member Functions | List of all members
GenericBackgroundClosure Class Reference
Inheritance diagram for GenericBackgroundClosure:
CClosurePrimitive

Public Member Functions

void setup (ShaderData *sd, uint32_t, float3 weight)
 

Additional Inherited Members

- Public Attributes inherited from CClosurePrimitive
OSL::ustring label
 

Detailed Description

Generic background closure

We only have a background closure for the shaders to return a color in background shaders. No methods, only the weight is taking into account

Definition at line 31 of file kernel/osl/background.cpp.

Member Function Documentation

◆ setup()

void GenericBackgroundClosure::setup ( ShaderData sd,
uint32_t  ,
float3  weight 
)
inlinevirtual

Implements CClosurePrimitive.

Definition at line 33 of file kernel/osl/background.cpp.

References background_setup().


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