Handbook
Glossary
ptx-texmode? ( object -- ? )
Vocabulary
cuda
.
ptx
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
ptx-texmode
class.
Definition
USING:
kernel
;
IN:
cuda.ptx
:
ptx-texmode?
( object -- ? )
dup
.texmode_independent?
[
drop
t
]
[
.texmode_unified?
]
if
;