shader>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: shader>> ( object -- value )


Methods
USING: accessors gpu.shaders slots.private ;

M: compile-shader-error shader>> 2 slot ; inline


USING: accessors gpu.shaders kernel.private slots.private ;

M: shader-instance shader>> 3 slot { shader } declare ; inline