images.normalization: fixed USING
parent
5fb71a8fcd
commit
afae8753f2
|
@ -1,12 +1,12 @@
|
||||||
! Copyright (C) 2009 Doug Coleman, Keith Lazuka
|
! Copyright (C) 2009 Doug Coleman, Keith Lazuka
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.c-types byte-arrays combinators fry
|
USING: accessors alien.c-types byte-arrays combinators fry
|
||||||
grouping half-floats images kernel locals math math.vectors
|
grouping images kernel locals math math.vectors
|
||||||
sequences specialized-arrays specialized-arrays.instances.float
|
sequences specialized-arrays half-floats ;
|
||||||
specialized-arrays.instances.half
|
|
||||||
specialized-arrays.instances.uint
|
|
||||||
specialized-arrays.instances.ushort words ;
|
|
||||||
FROM: alien.c-types => float ;
|
FROM: alien.c-types => float ;
|
||||||
|
SPECIALIZED-ARRAY: half
|
||||||
|
SPECIALIZED-ARRAY: float
|
||||||
|
SPECIALIZED-ARRAY: ushort
|
||||||
IN: images.normalization
|
IN: images.normalization
|
||||||
|
|
||||||
<PRIVATE
|
<PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue