diff options
Diffstat (limited to 'client/src/shaders/fragment_ui.wgsl')
-rw-r--r-- | client/src/shaders/fragment_ui.wgsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/shaders/fragment_ui.wgsl b/client/src/shaders/fragment_ui.wgsl index 6638628..7cb66ab 100644 --- a/client/src/shaders/fragment_ui.wgsl +++ b/client/src/shaders/fragment_ui.wgsl @@ -13,7 +13,6 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. - struct VertexOut { @builtin(position) clip: vec4<f32>, @location(0) uv: vec2<f32>, |