deprilula28
deprilula28
Docs: https://docs.microsoft.com/en-us/windows/win32/medfound/direct3d-12-video-apis
## Description Applies small changes to the application framework for resizing maintenance 2, sister PR: https://github.com/Devsh-Graphics-Programming/Nabla-Examples-and-Tests/pull/12
## Describe the bug When resizing, win32 expects that a new frame will be presented to the swapchain before returning from the resizing event callback, otherwise it will clear the...
## Description With our current event handling design we need an instance of the event handler in order to get the events, the default one worked well until we needed...
## Description Adds a command pool reset function (#373), i.e. ECF_RESET_COMMAND_BUFFER_BIT is not set when creating the command pool. Implemented by using a reset counter that increases on each reset,...
## Description Eventually we should require `KHR_synchronization2` support, due to adding new stage flags beyond the 32-bit limit of the current bitmask: > It also adds new pipeline stage and...
# Description What do we need to change for window resizing, how do the different surface implementations report & deal with resizing. # Programatic Resizing APIs Resize the window to...
## Description More information about the text rendering system plan: #370 ## Testing ## TODO list - [ ] Review API - [ ] Implement everything - [ ] Write...
## Description Plan for the MSDF text rendering system ## Solution proposal - Choice between MSDF & Vector Textures (Preference for MSDF; Should we want to change later, we need...
## Description Will add an example with a rasterizer for point clouds done entirely on compute shaders. ## TODO list: - The positions buffer currently reports as "No resource" in...