Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Flutter GPU: Break on 'ImpellerValidationBreak' to inspect point of failure: Invalid shader type 15. #168366

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

Open
LimeVista opened this issue May 6, 2025 · 0 comments
Labels
engine flutter/engine repository. See also e: labels. flutter-gpu team-engine Owned by Engine team

Comments

@LimeVista
Copy link

LimeVista commented May 6, 2025

Flutter GPU does not support custom structures:

#version 460 core

struct MyStruct{
    int index; 
    vec3 point;
};

layout (std140) uniform Uniforms {
    MyStruct data; // Bad, invalid shader type 15.
} uniforms;
@darshankawar darshankawar added in triage Presently being triaged by the triage team engine flutter/engine repository. See also e: labels. team-engine Owned by Engine team flutter-gpu and removed in triage Presently being triaged by the triage team labels May 7, 2025
@github-project-automation github-project-automation bot moved this to 🤔 Needs Triage in Flutter GPU May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine flutter/engine repository. See also e: labels. flutter-gpu team-engine Owned by Engine team
Projects
Status: 🤔 Needs Triage
Development

No branches or pull requests

2 participants