<shader-instance> ( shader: shader -- instance: shader-instance )


Vocabulary
gpu.shaders

Inputs
shadera shader


Outputs
instancea shader-instance


Word description
Compiles an instance of shader for the current graphics context. If an instance already exists for shader in the current context, it is reused.

Definition