frame-buffer: move to ui.gadgets.frame-buffer.
parent
55030e7d11
commit
e680461ec1
|
@ -1,9 +1,9 @@
|
||||||
USING: accessors arrays ascii calendar colors colors.gray
|
USING: accessors arrays ascii calendar colors colors.gray
|
||||||
combinators.short-circuit frame-buffer fry kernel locals math
|
combinators.short-circuit fry kernel locals math math.constants
|
||||||
math.constants math.functions math.libm math.order math.points
|
math.functions math.libm math.order math.points math.ranges
|
||||||
math.ranges math.vectors namespaces opengl processing.shapes
|
math.vectors namespaces opengl processing.shapes quotations
|
||||||
quotations random sequences splitting threads timers ui
|
random sequences splitting threads timers ui ui.gadgets
|
||||||
ui.gadgets ui.gadgets.borders ui.gadgets.buttons
|
ui.gadgets.borders ui.gadgets.buttons ui.gadgets.frame-buffer
|
||||||
ui.gadgets.packs ui.gestures ;
|
ui.gadgets.packs ui.gestures ;
|
||||||
|
|
||||||
IN: bubble-chamber
|
IN: bubble-chamber
|
||||||
|
|
|
@ -2,7 +2,7 @@ USING: accessors alien.c-types alien.data combinators grouping
|
||||||
kernel locals math math.vectors opengl opengl.gl sequences
|
kernel locals math math.vectors opengl opengl.gl sequences
|
||||||
specialized-arrays ui.gadgets ui.render ;
|
specialized-arrays ui.gadgets ui.render ;
|
||||||
SPECIALIZED-ARRAY: uint
|
SPECIALIZED-ARRAY: uint
|
||||||
IN: frame-buffer
|
IN: ui.gadgets.frame-buffer
|
||||||
|
|
||||||
TUPLE: frame-buffer < gadget pixels last-dim ;
|
TUPLE: frame-buffer < gadget pixels last-dim ;
|
||||||
|
|
Loading…
Reference in New Issue