CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
32 class CFxGLPlatformContext;
33 class CFxGLTiledTexture;
51 virtual CFxGLTiledTexture*
GetGLTexture( CFxGLPlatformContext* pGlobalContext ) = 0;
53 virtual const CFxGLTiledTexture*
GetGLTexture( CFxGLPlatformContext* pPlatformContext )
const = 0;
57 virtual CFxGLCache*
GetGLCache( CFxGLPlatformContext* pPlatformContext ) = 0;
virtual void CreateFromQImage(const QImage &src)=0
virtual const QImage * GetImage() const =0
virtual CFxGLCache * GetGLCache(CFxGLPlatformContext *pPlatformContext)=0
virtual QImage * GetImage()=0
virtual const CFxGLTiledTexture * GetGLTexture(CFxGLPlatformContext *pPlatformContext) const =0
virtual ~CFxPicture(void)
virtual CFxGLTiledTexture * GetGLTexture(CFxGLPlatformContext *pGlobalContext)=0
virtual void CreateFromGLBuffer(const CFxGLBuffer &src, int iWidth, int iHeight)=0