STMViewer icon indicating copy to clipboard operation
STMViewer copied to clipboard

Renders at only 30fps (half a refresh rate)

Open dzid26 opened this issue 2 months ago • 5 comments

image

Tested with:

	std::string fpsStr = std::to_string(ImGui::GetIO().Framerate);
	ImGui::Text(fpsStr.c_str());

dzid26 avatar May 04 '24 20:05 dzid26