nbentyNV
nbentyNV
The following code doesn't work as the user intended ``` void test(bool foo) { SECTION("bar") { CHECK(something); } } TEST_CASE("Test something", "[test-something]") { test(true); test(false); // This doesn't get executed...
DX Spec: https://microsoft.github.io/DirectX-Specs/d3d/SamplerFeedback.html Vulkan extension doesn't exist yet. The closest thing is an NV extension https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_NV_shader_image_footprint.html
isProcessRunning() terminateProcess() setActiveWindowIcon() getDisplayDpi() getDisplayScaleFactor()
Vulkan memory allocation policy seems to be different then DX12. It appears that DX12 lazily allocates memory for the QueryHeap, while VK allocates on request. There are 2 issues: 1....
Currently, they are separated though they represent a similar concept. Scene::UserVariable should use Dictionary. One caveat is that Dictionary relies on pybind11. That shouldn't be an issue, since pybind11 is...