Module visual_server

Procs

proc textureCreate*(): RID {.
gcsafe, locks: 0
.}
proc textureCreateFromImage*(image: Image; flags: int64 = 7'i64): RID {.
gcsafe, locks: 0
.}
proc textureSetFlags*(texture: RID; arg1: int64) {.
gcsafe, locks: 0
.}
proc textureGetFlags*(texture: RID): int64 {.
gcsafe, locks: 0
.}
proc textureGetWidth*(texture: RID): int64 {.
gcsafe, locks: 0
.}
proc textureGetHeight*(texture: RID): int64 {.
gcsafe, locks: 0
.}
proc textureSetShrinkAllX2OnSetData*(shrink: bool) {.
gcsafe, locks: 0
.}