mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 12:55:36 +00:00
gles1 API contains both versions 1.0 and 1.1
Khronos no longer distinguishes between ES 1.0 and 1.1.
This commit is contained in:
parent
922fb935a1
commit
d20180cd2d
|
@ -27,7 +27,7 @@ namespace Bind.ES
|
|||
// so we cannot distinguish between the two.
|
||||
// Todo: add support for common and light profiles.
|
||||
Profile = "gles1";
|
||||
Version = "1.1";
|
||||
// Both 1.0 and 1.1 versions
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue