glimpse-core
/
graphics.glimpse.textures
/
Texture
common
Texture
interface
Texture
Content copied to clipboard
A texture.
Types
Functions
Properties
Types
Builder
Link copied to clipboard
common
interface
Builder
Content copied to clipboard
An interface for a texture builder.
Functions
dispose
Link copied to clipboard
common
abstract fun
dispose
(gl:
GlimpseAdapter
)
Content copied to clipboard
Disposes this texture.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
useAtIndex
Link copied to clipboard
common
abstract fun
useAtIndex
(gl:
GlimpseAdapter
, textureIndex:
Int
)
Content copied to clipboard
Uses this texture at a given
textureIndex
.
Properties
handle
Link copied to clipboard
common
abstract val
handle
:
Int
Content copied to clipboard
Texture handle.