Artem Kharytoniuk

Results 5 comments of Artem Kharytoniuk

I checked the error bounds derivation for x,y coordinates in "Watertight Ray/Triangle Intersection" article by Sven Woop, et al., section 3.3 and it looks good for me. They used (1+x)^n...

I can check that later, thanks noticing this. Partially it could be driver issue. In general if you play original Q3 game you can expect this (even with r_renderAPI set...

Here what I see in the debugger. At first the function from my app is called ![image](https://user-images.githubusercontent.com/4964024/147890418-4f8d1fba-f3d0-401d-8c7b-95d8a069ed16.png) And later we get to ImGui initialization. The compiler does not try to...

https://github.com/kennyalive/vulkan-base/commit/65113bfffffb317b8c355b7abd13bf3ad361e03b

> can you clarify why you cannot use the solutions highlighted above, aka using IMGUI_IMPL_VULKAN_NO_PROTOTYPE + calling ImGui_ImplVulkan_LoadFunctions() to make it use Volk? @ocornut I probably never tried it, since...