Procs
proc channel_count(format: TextureFormat): int {....raises: [], tags: [].}
- Source Edit
func component_type(format: TextureFormat): DataType {....raises: [], tags: [].}
- Source Edit
func format_depth(tex: Texture): int {.inline, ...raises: [], tags: [].}
- Source Edit
proc getDimensionsFormat(p: pointer; len: int; min_channels = 0): (int, int, TextureFormat) {....raises: [], tags: [].}
- Source Edit
proc loadFileFromSlices(tex: Texture; slices: seq[SliceMem[byte]]; callback: proc (tex: Texture; data: SliceMem[byte]); flip = true; min_channels = 0) {....gcsafe, raises: [], tags: [].}
- Source Edit
func resize(format: TextureFormat; channel_count: int): TextureFormat {. ...raises: [ValueError], tags: [].}
- Source Edit
proc stride(format: TextureFormat): int {....raises: [], tags: [].}
- Source Edit