restore expected procs/types
This commit is contained in:
parent
9099df4715
commit
0b8d8029f3
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
import blends, bumpy, chroma, common, internal, masks, simd, vmath
|
import blends, bumpy, chroma, common, internal, masks, simd, vmath
|
||||||
|
|
||||||
|
export Image, newImage
|
||||||
|
|
||||||
const h = 0.5.float32
|
const h = 0.5.float32
|
||||||
|
|
||||||
type UnsafeImage = distinct Image
|
type UnsafeImage = distinct Image
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
import common, internal, simd, vmath
|
import common, internal, simd, vmath
|
||||||
|
|
||||||
|
export Mask, newMask
|
||||||
|
|
||||||
type UnsafeMask = distinct Mask
|
type UnsafeMask = distinct Mask
|
||||||
|
|
||||||
when defined(release):
|
when defined(release):
|
||||||
|
|
Loading…
Reference in a new issue