Sergey Kosarevsky
Sergey Kosarevsky
I tried to run my app for some longer time and got a bigger `.prof` file. This time GUI just crashed while trying to load `test_profile.prof`.
Oh, thanks! Still, having a dialog box asking to autoreload a modified .prof file would be great!
Of course. However, it can be useful to have multiple choices and a package manager can be just yet another choice to install popular library.
I'm thinking, maybe it can be just a templated function operating on a container of ints/floats? No lambda will be required this way.
You can use `queryVisibility()` for that. Just calculate and transform an AABB for your mesh. Here's some pseudocode assuming `Box` is already transformed: ``` __m128 bMin = _mm_set1_ps(+std::numeric_limits::infinity()); __m128 bMax...
Please apply `cmake-format`.
Thanks for the bug report! Could you please tell us more about how to reproduce this issue?
7d90f29e3542e5efa372ba18acdcd7359da4f375
@vinsentli Thanks for pointing this out! I will take a closer look this week.
We have the same problem in LightweightVK when using glslang C-interface. No SPIR-V OpSource is generated when `emit_nonsemantic_shader_debug_source` is enabled. https://github.com/corporateshark/lightweightvk/blob/d1c511d9bfaf8e96c0efa00a33b7bec5d1cd7e79/lvk/vulkan/VulkanUtils.cpp#L649