TextureImpl

backend.TextureImpl (Class)

Instance Members

headless
width: Int

headless
height: Int

headless
depth: Bool

headless
stencil: Bool

headless
antialiasing: Int

headless
textureId: TextureId

headless
new(?width: Int = 0, ?height: Int = 0, ?depth: Bool = true, ?stencil: Bool = true, ?antialiasing: Int = 0): Void
Name Type Default
width Int 0
height Int 0
depth Bool true
stencil Bool true
antialiasing Int 0

Private Members