Lukas Lipp

Results 53 comments of Lukas Lipp

Push! Some things are just not doable without it, like implementing a spectral renderer...

are there plans to merge this into the official exporter?

I understand that, but this is also a sad solution

Interesting, I am not thinking of anything fancy, more like variable initialization which can also include function calls. This should make code cleaner/safer and removes the need for explicitly calling...

> The good news is... That is a good to hear and certainly a good target. > The really confusing news... Not really asking for pointers but if you have...

I also need this to create a Vulkan window with the native functionality on macOS

@dougbinks @elmindreda This one is quite important for metal-cpp and native vulkan window

I am very sorry, but this PR seems to be long overdue

This would mean that one needs another layer of objective-c code which is annoying if you only use cpp in your project. Also this PR just rearranges existing code so...

It works perfectly and additionally to the points stated above it also allows for an efficient vulkan-hpp c++20 modules implementation (using llvm17 on macOS). Usage: ```c++ #ifdef _WIN32 const vk::raii::SurfaceKHR...