Cristian Herrera

Results 5 comments of Cristian Herrera

For those who may be wondering why I output the debug messages to System.err instead of System.out, is simply because in the original tutorial it is logged to `std::cerr`: https://github.com/Overv/VulkanTutorial/blob/3987b9d821ef2044df1c1508ffb570995447c609/code/02_validation_layers.cpp#L183-L188

Oh you are right, I'll update that too. I'll close this issue when I'm done with it. Thank you!

I'm busy with work and other projects right now, but I will check[ vulkantutorial.com](https://vulkan-tutorial.com/) and update this repository in my spare time. I will close this issue when I finish...

> Nice! I'm glad you'd been able to understand the core concepts and even incorporate the last changes to the original tutorial yourself! I'm planning to rewrite this port entirely,...

Hi @Trunkvv Of course! This repository is the "official" port to Java, so I have to stick to the contents of the original tutorial. But feel free to modify it...