Remove unused attributes in debug draw shaders (#2468)

This commit is contained in:
pezcode
2021-04-12 03:26:23 +02:00
committed by GitHub
parent 49fb72842a
commit eec0fcd867
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
$input a_position, a_indices
$input a_position
$output v_view, v_world
/*

View File

@@ -1,4 +1,4 @@
$input a_position, a_indices
$input a_position
/*
* Copyright 2011-2021 Branimir Karadzic. All rights reserved.