dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
RendererTexture.update
Dgame
Graphics
RendererTexture
RendererTexture
Use this function to update the given texture rectangle with new pixel data.
struct
RendererTexture
void
update
(
const
void
*
pixels
,
const
ShortRect
*
rect
= null
,
int
pitch
= -1
)
Meta
Source
See Implementation
Dgame
Graphics
RendererTexture
RendererTexture
constructors
this
destructors
~this
enums
Access
functions
copy
free
getAlphaMod
getBlendMode
getColorMod
getSize
isLockable
isValid
lock
setAlphaMod
setBlendMode
setColorMod
unlock
update
properties
height
ptr
width
variables
access
Use this function to update the given texture rectangle with new pixel data.