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