Sync pipeline descriptors every draw

This commit is contained in:
Billy Laws 2022-09-17 13:15:32 +01:00
parent 9223d7f524
commit bf536aa168

View File

@ -165,5 +165,6 @@ namespace skyline::gpu::interconnect::maxwell3d {
activeState.Update(ctx, builder, indexed, topology, count);
activeState.GetPipeline()->SyncDescriptors(ctx, constantBuffers.boundConstantBuffers);
}
}