5 ms·
> Contrary to the other examples, this one won't make use of helper functions or initializers Wondering what the code would look like with the helpers. Is this
by thealfreds 9y ago
> Contrary to the other examples, this one won't make use of helper functions or initializers
Wondering what the code would look like with the helpers. Is this a bit of a "recoding of the wheel" example/exercise by Sascha?
- dogma1138 9y agoHelpers and initializers aren’t necessarily platform agnostic in Vulkan same goes for non-mandatory / base extensions. Say what you want about D3D at least it follows a strict take or leave it regime.
- deleted 9y ago[deleted]
- TomK32 9y agoProbably 20 lines.
- fulafel 9y agoYep. It almost seems like Vulkan is designed to be used through a library or framework of helper functions ;)