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

Fix compute shader so uniforms are the same #1174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stuartcarnie
Copy link

Previously,

  • set 0 and 1 were read-only, and
  • set 1 was write-only

Metal's SPIR-V reflection implementation correctly distinguished these attributes, and resulted in the failure described by issue godotengine/godot#101696

A fix for Godot's default SPIR-V reflection is found in godotengine/godot#103614

To ensure the demo keeps working, we ensure all sets have matching formats.

Previously,

- set 0 and 1 were read-only, and
- set 1 was write-only

Metal's SPIR-V reflection implementation correctly distinguished these
attributes, and resulted in the failure described by issue
godotengine/godot#101696

A fix for Godot's default SPIR-V reflection is found in godotengine/godot#103614

To ensure the demo keeps working, we ensure all sets have matching
formats.
Copy link
Member

@clayjohn clayjohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving of the code change. I'm not sure what the style guide says for demos, so not approving/rejecting the whitespace changes

@Calinou Calinou added the bug label Mar 7, 2025
Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but please keep the tab indentation within the shader file (it was converted to spaces).

The Godot shader style guide recommends tabs for indentation, and while GLSL is not the same as Godot shaders, it's fair to assume the same recommendations apply. (We should make this explicit in the docs still.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants