smol fix for query enable

This commit is contained in:
CamilleLaVey 2026-03-05 22:41:34 -04:00 committed by lizzie
parent 646aea7fbf
commit 12fdd88a58

View file

@ -143,6 +143,7 @@ public:
scheduler.Record([buffer = *accumulation_buffer](vk::CommandBuffer cmdbuf) {
cmdbuf.FillBuffer(buffer, 0, 8, 0);
});
ReserveBank();
}
~SamplesStreamer() = default;