SpiceQA
Questions
Tags
Users
Badges
user_387023
@user_387023
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
Why is a single depth buffer sufficient for this vulkan swapchain render loop?
8 votes
Do I need dedicated fences/semaphores per swap chain image, per frame or per command pool in Vulkan?
4 votes
Vulkan: Is the rendering pipeline executed once per subpass?
1 votes
Top Questions
How to build ASSIMP Library for iOS (Device and Simulator) with boost-library?
11 votes
4 answers
Any disadvantages for std::atomic_flag not providing load or store operations? (Spin-lock example)
6 votes
1 answers
Transferring memory from GPU to CPU with Vulkan and vkInvalidateMappedMemoryRanges synchronization?
5 votes
1 answers
Partial template argument deduction or workaround for std::array?
5 votes
2 answers
C++ best practice: Pass use-only (not stored) lambda argument to function by const-reference or by forwarding-reference (a.k.a. universal-reference)
2 votes
3 answers