We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tgfx中只要调用tgfxSurface->flush(); 或者 tgfx::GLTextureInfo textureInfo; tgfxSurface->getBackendTexture().getGLTextureInfo(&textureInfo); 纹理就会直接上屏显示。我只需要离屏幕获取到tgfx里面的纹理
The text was updated successfully, but these errors were encountered:
#194
Sorry, something went wrong.
渲染完flush后执行getBackendTexture()还是会直接上屏,我并不需要直接上屏。
domchen
No branches or pull requests
tgfx中只要调用tgfxSurface->flush();
或者
tgfx::GLTextureInfo textureInfo;
tgfxSurface->getBackendTexture().getGLTextureInfo(&textureInfo);
纹理就会直接上屏显示。我只需要离屏幕获取到tgfx里面的纹理
The text was updated successfully, but these errors were encountered: