[Perf] (DirectVulkan): bake the attribute location mask and memoize the explicit-LOD eligibility probe

This commit is contained in:
2026-07-30 08:18:20 -04:00
parent 7c01ddea0c
commit e9ffd99313
@@ -7809,6 +7809,9 @@ void main() {
void VulkanRenderer::OnFrameCommandRecordingBegan(VkCommandBuffer commandBuffer) {
// Dynamic state does not survive a command-buffer boundary.
ResetDynamicStateShadow();
if (m_uniformManager) {
m_uniformManager->OnCommandBufferBoundary();
}
// Pre-pass stream bookkeeping: a fresh frame recording references no
// textures yet.
if (m_textureManager) {