new input system
This commit is contained in:
parent
b3db40ebec
commit
ac2eb7fb0a
31 changed files with 3292 additions and 781 deletions
|
|
@ -274,6 +274,12 @@ export namespace Crafter {
|
|||
|
||||
bool firstDispatchThisFrame_ = true;
|
||||
|
||||
// Subscription to window.onResize. Each resize destroys the old
|
||||
// swapchain images, so the per-frame heap entries we wrote at
|
||||
// outImageSlot_ now reference dangling VkImage handles. The
|
||||
// listener re-writes them and flushes the descriptor heaps.
|
||||
Crafter::EventListener<void> resizeSub_;
|
||||
|
||||
void WriteSwapchainDescriptors();
|
||||
void WriteFontAtlasDescriptor();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue