-
Notifications
You must be signed in to change notification settings - Fork 244
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
Ark shader blockers #233
Labels
t: enhancement
A new feature or improvement to an existing one.
Comments
Closed
Closed
layout(set = 0, binding = 1) readonly buffer InstanceDataBuffer {
InstanceDataEntry instance_data[];
};
|
|
@khyperia added #314 to this because I think it's blocking for https://github.com/EmbarkStudios/ark/pull/2756 but not sure if that's actually true |
I think we can close this now that most Ark shaders have migrated to rust-gpu. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of #36
The text was updated successfully, but these errors were encountered: