Skip to content

Workaround for a bug in Adreno's shader compiler#6383

Merged
pixelflinger merged 1 commit intomainfrom
ma/workaround
Dec 14, 2022
Merged

Workaround for a bug in Adreno's shader compiler#6383
pixelflinger merged 1 commit intomainfrom
ma/workaround

Conversation

@pixelflinger
Copy link
Copy Markdown
Collaborator

At least some adreno compilers don't like returning an element of a UBO array that is a structure in the vertex shader. To work this around we have to copy the each of the structure fields.

Fixes #6355

At least some adreno compilers don't like returning an element of a
UBO array that is a structure in the vertex shader.
To work this around we have to copy the each of the structure fields.

Fixes #6355
@pixelflinger pixelflinger merged commit ee6612e into main Dec 14, 2022
@pixelflinger pixelflinger deleted the ma/workaround branch December 14, 2022 23:39
@daemyung
Copy link
Copy Markdown
Contributor

@pixelflinger Really thanks!

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.

Shader link error on UBERARCHIVE_DEFAULT_DATA (Adreno Only)

4 participants