#define_import_path bevy_ui::ui_vertex_output // The Vertex output of the default vertex shader for the Ui Material pipeline. struct UiVertexOutput { @location(0) uv: vec2, // The size of the borders in UV space. Order is Left, Right, Top, Bottom. @location(1) border_widths: vec4, @builtin(position) position: vec4, };