-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Document to fuse vulkan with vkvg (first tutorial) #35
base: master
Are you sure you want to change the base?
Conversation
I would have started with basic lines. Have a look here:(http://zetcode.com/gfx/cairo/). vulkan docs has a compatibility table for copy operations: (https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility). If format are not size compatible, you may point to the vkCmdBlitImage. I'm not fan of the formulation "how one", I've seen that there is no easy way to make pull request on the github's wiki, but I will surely commit tutorials on it. So what is important to have a sample running:
for vkvg
|
I would like to understand how to commit in a simpler way (this is why I asked about the contributions but I now understand that it could pose a risk to your project). |
The intent of this first sample is to allow someone to copy the code and actually try the changes in the follow up samples and see the results in front of them. |
You may commit everything to your fork and take the time to make thing exactly as you wanted to. With the pull request active, I will get all your updates in realtime, and we will be able to discuss it in this discussion thread. No matter how long it could take for me to integrate the changes in master. For the correct path to follow for the tutorials, feel free to explore, test, go forward and rewind. I know that the critics are easy, but the art is difficult (as we say in french). Your style and presentations will improve over time. I've try the exercise of documenting vkhelpers yesterday, And what I've learned is that is not easy while developments are stil in progress, I've spent half the time in code for improving the api, Such kind of remark from you (missing func, bug, etc...) is surely as important as the final tutorials, because while writing them, you test vkvg and may give me feedback. If you submit push requests for debug, correction, or in code documentation, it will surely be quickly merged. Don't hesitate to illustrate with screenshots, it's a drawing library, and be direct, without to much ego's (me, you, him,...). |
No description provided.