Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application实例默认没有压入任何层时,已知imguiDemo可能存在拖拽残影的渲染bug #4

Open
YINGHAIDADA opened this issue Oct 31, 2023 · 0 comments

Comments

@YINGHAIDADA
Copy link
Owner

YINGHAIDADA commented Oct 31, 2023

class Sandbox : public CraftNow::Application
{
public:
	Sandbox() 
	{
		//TODO:不添加任何层,imgui会出现渲染残影错误
		PushLayer(new ExampleLayer());
	}
	~Sandbox()
	{

	}

private:

};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant