single-texture? ( object -- ? )


Vocabulary
opengl.textures.private

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the single-texture class.

Definition
USING: classes.tuple.private ;

IN: opengl.textures.private

: single-texture? ( object -- ? )
\ single-texture 11 tuple-instance? ;