SdlTexturePointerEx extension

on

Methods

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