-
The [C++ Code Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) are amazing! I will peak through them in the next weeks and sort out the ones which are useful. This selection w…
-
I added the open3d library to visual studio 2019. Then I wrote my codes without any problems. Then, when I tried to compile it as release x64, I encountered the following errors. How should I add?
…
-
I am happy for you that you catch/fix(WIP-seems to be...) the bug lately i.e.: GPU page fault.
I have integrated Aftermath to my engine also... just "in case" for now, we will see...
My question h…
-
When working on my vulkan engine, i had some troubles with the ergonomy of the tracy Vulkan traces. The main issue i got is that encoding the samples can be very finnicky, with the samples having to b…
-
[Vulkan debug markers](https://www.saschawillems.de/blog/2016/05/28/tutorial-on-using-vulkans-vk_ext_debug_marker-with-renderdoc/) are very useful. They
* allow to assign names to Vulkan resources …
-
use "./build.sh -p webgl release" to build WebAssembly cause error:
[622/675] Building CXX object filament/CMakeFiles/filament.dir/src/fg/FrameGraphHandle.cpp.o
FAILED: filament/CMakeFiles/filamen…
-
```
clang: error: unknown argument: '-fchkp-check-incomplete-type'
```
clang version:
```
$ clang-9 --version
clang version 9.0.1-9ubuntu1
Target: x86_64-pc-linux-gnu
Thread model: posix
Ins…
ceeac updated
4 years ago
-
E0020 Undefined identifier:"VK_ERROR_UNKNOWN" VulkanLoader G:\FrameGraph\extensions\vulkan_loader\VulkanCheckError.cpp 60
-
## Introduction
![gfx-hal-bridge-small](https://user-images.githubusercontent.com/107301/34593661-577a665c-f19a-11e7-956a-e5869d109dba.png)
Lately, I've been trying to wrap my head around what `gf…
kvark updated
4 years ago
-
### Tell us about your environment
**Ruby Version:** 2.6.6
**Framework Version (RSpec, Minitest, FactoryGirl, Rails, whatever):** Rspec
**TestProf Version:** 0.11.3
### What did you do?
…