mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Added unaligned precision qualifiers
This commit is contained in:
parent
7aca47b19e
commit
c256a4ed11
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ namespace glm
|
|||
highp,
|
||||
mediump,
|
||||
lowp,
|
||||
unaligned_highp = highp,
|
||||
unaligned_mediump = mediump,
|
||||
unaligned_lowp = lowp,
|
||||
unaligned = unaligned_highp,
|
||||
aligned_highp,
|
||||
aligned_mediump,
|
||||
aligned_lowp,
|
||||
|
|
Loading…
Add table
Reference in a new issue