Jamie Madill
Jamie Madill
PR #78 should address this.
Hey, I don't have time to work on this. If you give me some instructions I can verify if they work. Thanks for checking.
PR #78 should address this hopefully.
This might be an issue for ANGLE on Android when we support devices that don't have this feature enabled.
I'll have to go back and investigate. I think the problem I was having was related to two attributes having the same location in GLSL and glslang having an issue...
Right. I think my suggestion was just that we should mention aliasing is not allowed in the "The following features are removed:" section of the GL_KHR_vulkan_glsl extension spec.
+1 vote to this feature request. I'm trying to get a high level view about what changed in the trace from my experiment. Both export as XML and text were...
Having the same issue, seems to a Windows path-related issue.
My bad, looks like the format doesn't exist in Vulkan. Probably isn't worth supporting it directly, but I'll leave it open in case it's something worth doing.
How hard would it be to export linker information in Meson introspection? This would be a huge help for integrating Meson into build systems that aren't as flexible. With my...