This commit is contained in:
Ryan Oldenburg 2021-02-08 21:52:04 -06:00
parent 875b2caff3
commit d0cb2bf7bb

View file

@ -1,8 +1,5 @@
import blends, common, vmath, system/memory
when defined(amd64) and not defined(pixieNoSimd):
import nimsimd/sse2
type
Mask* = ref object
## Mask object that holds mask opacity data.