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

Release mode issue #10

Open
iantpryor opened this issue Apr 24, 2023 · 1 comment
Open

Release mode issue #10

iantpryor opened this issue Apr 24, 2023 · 1 comment

Comments

@iantpryor
Copy link

It is not possible to currently build/run in release mode due to a few un-initialized variables, but mostly due to the behavior of [Conditional("DEBUG")] on CheckErrors(Vkresult result) which is used in may places. The conditional will remove the function as well as evaluation of all of its parameters, resulting in many calls not being made.

@endlesstravel
Copy link

same issue 😭 , I only realized this problem after debugging all afternoon.

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

2 participants