Module sky

Consts

RADIANCE_SIZE_32* = 0'i64
RADIANCE_SIZE_64* = 1'i64
RADIANCE_SIZE_128* = 2'i64
RADIANCE_SIZE_256* = 3'i64
RADIANCE_SIZE_512* = 4'i64
RADIANCE_SIZE_1024* = 5'i64
RADIANCE_SIZE_2048* = 6'i64
RADIANCE_SIZE_MAX* = 7'i64

Procs

proc radianceSize*(self: Sky): int64 {.
gcsafe, locks: 0
.}
proc `radianceSize =`*(self: Sky; val: int64) {.
gcsafe, locks: 0
.}