dim>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: dim>> ( object -- value )


Methods
USING: accessors cuda.ptx kernel.private slots.private ;

M: .maxntid dim>> 2 slot { dim } declare ; inline


USING: accessors graphviz.attributes slots.private ;

M: graph-attributes dim>> 17 slot ; inline


USING: accessors grid-meshes slots.private ;

M: grid-mesh dim>> 2 slot ; inline


USING: accessors images slots.private ;

M: image dim>> 2 slot ; inline


USING: accessors cuda.ptx kernel.private slots.private ;

M: ptx-variable dim>> 9 slot { dim } declare ; inline


USING: accessors math.rectangles slots.private ;

M: rect dim>> 3 slot ; inline


USING: accessors opengl.textures.private slots.private ;

M: single-texture dim>> 5 slot ; inline


USING: accessors gpu.render kernel.private math slots.private ;

M: uniform dim>> 4 slot { maybe{ integer } } declare ; inline


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

M: vertex-attribute dim>> 4 slot { integer } declare ; inline