-
Notifications
You must be signed in to change notification settings - Fork 123
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
tocpp: Support wayland #1870
tocpp: Support wayland #1870
Conversation
CI gfxreconstruct build queued with queue ID 296965. |
CI gfxreconstruct build # 5309 running. |
Hey, @charles-lunarg , can take a quick scan of this with your Wayland experience in mind? |
@locke-lunarg you are welcome to look through this and I think your feedback would be helpful if you have any but I didn't want to gate this PR on your approval. |
CI gfxreconstruct build # 5309 passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing looks amiss - easiest way to confirm if this works is to run tocpp with wayland and see if it compiles & runs.
1397455
to
dfa5685
Compare
CI gfxreconstruct build queued with queue ID 297095. |
dfa5685
to
3c45479
Compare
CI gfxreconstruct build queued with queue ID 297097. |
It works on my machine™ It would be nice to have an automated test for this. |
CI gfxreconstruct build # 5313 running. |
It looks good to me. If it works on your machine, that will be good, except the I wonder if you mind to add xlib support in another PR since you just added wayland support, and they might be similar. But if they are very different, please ignore what I said. @davidlunarg @lunarpapillo I think we need ToCpp tests in VulkanTests in the future. |
CI gfxreconstruct build # 5313 passed. |
Please add some description about Wayland support in README.md |
Report error in case of invalid or unsupported platform. This should prevent silent failures and help adding support for new platforms.
3c45479
to
8d28ea2
Compare
CI gfxreconstruct build queued with queue ID 297232. |
CI gfxreconstruct build # 5315 running. |
Add C++ template strings for the Wayland platform and update tocpp README.md
8d28ea2
to
e0cefac
Compare
CI gfxreconstruct build queued with queue ID 297249. |
Updated both |
CI gfxreconstruct build # 5317 running. |
CI gfxreconstruct build # 5317 passed. |
I had a look at tocpp, noticed there was no wayland support, so I added it. Quite an easy task thanks to the wayland book.