d2dgame v1.0.0 (2015-04-18T07:56:03Z)
Dub
Repo
Texture.this
D2DGame
Rendering
Texture
Texture
Creates and loads the texture with the given filters.
this
()
this
(string file, TextureFilterMode min, TextureFilterMode mag, TextureClampMode wrapX, TextureClampMode wrapY)
class
Texture
this
(
string
file
,
TextureFilterMode
min
=
TextureFilterMode.Linear
,
TextureFilterMode
mag
=
TextureFilterMode.Linear
,
TextureClampMode
wrapX
=
TextureClampMode.Repeat
,
TextureClampMode
wrapY
=
TextureClampMode.Repeat
)
Meta
Source
See Implementation
D2DGame
Rendering
Texture
Texture
constructors
this
destructors
~this
functions
applyParameters
bind
create
dispose
fromBitmap
resize
properties
height
id
valid
white
width
static functions
load
variables
enableMipMaps
magFilter
minFilter
wrapX
wrapY
Creates and loads the texture with the given filters.