mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
ui/shader: fix #version directive must occur on first line
ANGLE fails to compile shaders otherwise. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
6f2688f776
commit
aa34554a99
3 changed files with 0 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
#version 300 es
|
||||
|
||||
in vec2 in_position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue