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

Not compiling when VMA_EXTERNAL_MEMORY_WIN32 disabled. #448

Open
sagaceilo opened this issue Sep 2, 2024 · 1 comment
Open

Not compiling when VMA_EXTERNAL_MEMORY_WIN32 disabled. #448

sagaceilo opened this issue Sep 2, 2024 · 1 comment

Comments

@sagaceilo
Copy link

m_Handle(VMA_NULL) {}

Hey,. this line is not compiling, when define switch is not specified.
In one scenario VmaWin32Handle is a class with explicite handle construcor, but in other it has no public constructor at all.

Solution : remove VMA_NULL and leave only m_Handle() or remove line completly as it will fallback to default constructor in both cases.

Thanks :)

@GamesTrap
Copy link

GamesTrap commented Sep 2, 2024

Fixed by

Waiting for merge.

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