SdlTexturePointerEx extension
- on
Methods
-
destroy(
) → bool -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
getAccess(
) → int? -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
getAlphaMod(
) → int? -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
getBlendMode(
) → int? -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
getColorMod(
) → int? -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
getFormat(
) → int? -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
getScaleMode(
) → int? -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
getSize(
) → Point< double> ? -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
getUserData(
) → Pointer< NativeType> -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
lock(
Pointer< SdlRect> rect, Pointer<Pointer< pixels, Pointer<NativeType> >Int32> pitch) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
lockToSurface(
Pointer< SdlRect> rect, Pointer<Pointer< surface) → intSdlSurface> > -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
query(
Pointer< Uint32> format, Pointer<Int32> access, Pointer<Int32> w, Pointer<Int32> h) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
setAlphaMod(
int alpha) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
setBlendMode(
int blendMode) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
setColorMod(
int r, int g, int b) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
setScaleMode(
int scaleMode) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
setUserData(
Pointer< NativeType> userdata) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
unlock(
) → void -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
update(
Pointer< SdlRect> rect, Pointer<NativeType> pixels, int pitch) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
updateNv(
Pointer< SdlRect> rect, Pointer<Uint8> yplane, int ypitch, Pointer<Uint8> uVplane, int uVpitch) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension -
updateYuv(
Pointer< SdlRect> rect, Pointer<Uint8> yplane, int ypitch, Pointer<Uint8> uplane, int upitch, Pointer<Uint8> vplane, int vpitch) → int -
Available on Pointer<
SdlTexture> , provided by the SdlTexturePointerEx extension