Add vulkan renderer#342
Add vulkan renderer#342zhouleonlei wants to merge 1 commit intoflutter-tizen:flutter-3.3.0-tizenfrom
Conversation
53313ae to
19321f8
Compare
|
I tried to use this, but it didn't work. And I got the following log: |
Hello
Thanks |
|
I used TM1 and mobile emulator. both are Tizen 6.5. Why do I need to install more rpms manually? |
I think you can't run vulkan on emluator. On emulator, GLES API is translated into GL API via yagl module, though vulkan is cross-platform, yagl still need to do something to forward vulkan API, I think this part isn't implemented yet. |
Why do I need to install more rpms manually? |
|
You may reopen this in https://github.com/flutter-tizen/embedder if necessary. |
|
Can external textures be used with the Vulkan renderer? |
|
no, it can't, it's not fully implemented |
|
Yeah, it's not (yet) implemented. Is it technically possible to implement the external texture support in the future? |
|
it's possible, we have implemented prototype last year, but since Impeller could be used in the future, we have suspend this implementation, and didn't fixed bugs. |
Add vulkan renderer based on the Ecore window.
List which issues are fixed by this PR. You must list at least one issue.
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.