Skip to content

failed to optimize SPIR-V: Id is 0 #1676

Description

@Jumbo3000

When compiling for Spirv:
With:

uint4 a[6];
uint b[24];
a = (uint4[6])b;

Gives the error: failed to optimize SPIR-V: Id is 0

Also with:
uint4 a[6];
uint b[24];
b = (uint[24])a;

Gives the same error: failed to optimize SPIR-V: Id is 0

All compiling fine with glslc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

spirvWork related to SPIR-V

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions