Skip to content

Frame Lag on Metal SDL3 GPU #14456

@alexgu754

Description

@alexgu754

You have to use 'CVDisplayLink' on macos, record your command buffer there and call [commandBuffer presentDrawable:view.currentDrawable atTime: outputTime]; using the 'const CVTimeStamp* outputTime' from the CVDisplayLink argument. Otherwise you get very noticeable frame lag especially when resizing imgui windows.

2025-11-12_17-30-59.mp4

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions