-
Notifications
You must be signed in to change notification settings - Fork 9
Refactor renderer to support vulkan extensions #105
New issue
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
base: master
Are you sure you want to change the base?
Refactor renderer to support vulkan extensions #105
Conversation
Make SetEngine and CreateRenderSurfcae private.
1. Add TizenRendererNui class to decorate GL renderer.
1.Call CreateSurface when new renderer. 2.Call DestorySurface when desconstruct renderer.
863bb70
to
908e900
Compare
1.Fix texture registrar crash issue. 2.Temporary remove texture registrar unit test code, we need re-implement this unit test code.
Hi about this commit 8121f5e ... As the feature of tizen embedder has modified, there have been cases where we needed additional mock-up of the embedder api. |
Fail to run texture unittest, because texture registrar fail to create ExternalTexture. Not related to Embedder API. |
#101
Main changes: