d2dgame v2.0.3 (2016-04-16T08:21:01Z)
Dub
Repo
Texture.recreateFromBitmap
d2d
rendering
texture
Texture
Creates the texture from a bitmap without disposing the old one.
class
Texture
void
recreateFromBitmap
(
Bitmap
bitmap
,
string
name
= "Bitmap"
)
Meta
Source
See Implementation
d2d
rendering
texture
Texture
constructors
this
destructors
~this
functions
applyParameters
bind
create
dispose
fromBitmap
recreate
recreateFromBitmap
resize
properties
height
id
valid
white
width
static functions
load
variables
enableMipMaps
magFilter
minFilter
wrapX
wrapY
Creates the texture from a bitmap without disposing the old one.