Depending on shared sources #26
-
I am working on the tutorial. As I am learning, I am writing new code. What I am trying to understand is:
Basically, I am trying to understand how deep and close to Vulkan I need to scope any code I write on top of this code that you guys are providing so that I can leverage my GPU. If it is only good for 1 year or 3 years or whatever, that's cool -- just trying to understand what you guys are going to hold constant and take responsibility for, and where I need to prepare for interfaces to change. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @chrisdonlan, I hope the tutorials are helping you and thanks for reporting the issues on Linux, I look at it for the next update (soon). The code in shared_sources is heavily used and will be maintained for a long time. Many other projects are depending on it and many teams at NVIDIA are using it. We are adapting the code in shared_sources as soon as there are new features, extensions or aware of better techniques. |
Beta Was this translation helpful? Give feedback.
Hi @chrisdonlan, I hope the tutorials are helping you and thanks for reporting the issues on Linux, I look at it for the next update (soon).
The code in shared_sources is heavily used and will be maintained for a long time. Many other projects are depending on it and many teams at NVIDIA are using it. We are adapting the code in shared_sources as soon as there are new features, extensions or aware of better techniques.