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 ShaderLanguage's parser recognize sampler passed in from array #94462

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

jsjtxietian
Copy link
Contributor

Fixes #94447

@jsjtxietian jsjtxietian requested a review from a team as a code owner July 17, 2024 04:51
servers/rendering/shader_language.cpp Outdated Show resolved Hide resolved
servers/rendering/shader_language.cpp Outdated Show resolved Hide resolved
@Chaosus Chaosus added this to the 4.3 milestone Jul 17, 2024
@akien-mga akien-mga changed the title Make shaderLanguage's parser recognize sampler passed in from array Make ShaderLanguage's parser recognize sampler passed in from array Jul 17, 2024
@akien-mga akien-mga merged commit a963f11 into godotengine:master Jul 17, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks!

@jsjtxietian jsjtxietian deleted the more-type branch July 17, 2024 11:14
operation404 added a commit to operation404/godot that referenced this pull request Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing sampler from array as parameter to non-built-in function throws error.
3 participants