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

Make immutable array const #577

Merged
merged 3 commits into from
Apr 18, 2022
Merged

Make immutable array const #577

merged 3 commits into from
Apr 18, 2022

Conversation

Hinara
Copy link

@Hinara Hinara commented Apr 11, 2022

No description provided.

@Drewol
Copy link
Owner

Drewol commented Apr 12, 2022

I can't get this to compile (windows, vs2022) due to line 61 in Material.cpp:

	// Defined in Shader.cpp
	extern uint32 shaderStageMap[];

just adding const to that doesn't solve it so I'll have to look into it more or just move some things around

@Hinara
Copy link
Author

Hinara commented Apr 16, 2022

Shoud be good now, does it work under windows ?

@Drewol
Copy link
Owner

Drewol commented Apr 18, 2022

yes that seems to have done it, lgtm

@Drewol Drewol merged commit 3f150aa into Drewol:develop Apr 18, 2022
@Hinara Hinara deleted the patch-3 branch April 18, 2022 21:44
Hoshikara added a commit to Hoshikara/unnamed-sdvx-clone that referenced this pull request May 5, 2022
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

Successfully merging this pull request may close these issues.

2 participants