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

Expression did not evaluate to a constant #1017

Open
night2876 opened this issue Mar 29, 2025 · 2 comments
Open

Expression did not evaluate to a constant #1017

night2876 opened this issue Mar 29, 2025 · 2 comments

Comments

@night2876
Copy link

bool GraphicsManager::renderWorldShader() {		

	ZoneScopedN("render");

	if (QueueMan.isQueueEmpty(kQueueVisibleWorldObject))
		return false;

	if (!RenderMan.isAmbientSet()) {
		return false;
	}

Hi i'm using the last release of Visual Studio 2022 Community Edition, i'm using C++ (17) and VcPkg to add Tracy to my project but when add ZoneScopedN the compiler said

C2131 expression did not evaluate to a constant

Someone could help please ?

@mcourteaux
Copy link
Contributor

I guess your compiler is broken then. Is VS2022CE a recent version? Try updating if not.

@wolfpld
Copy link
Owner

wolfpld commented Apr 3, 2025

It's the edit and continue crap most likely.

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

3 participants