mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 11:07:52 +02:00
COmment out problems
This commit is contained in:
parent
bc2faca9bc
commit
8944bdd1e5
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ vec4 transform(TransformCamera camera, TransformObject object, vec4 pos) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
<!
|
||||||
<@if GLPROFILE == PC_GL@>
|
<@if GLPROFILE == PC_GL@>
|
||||||
uniform transformStateBuffer {
|
uniform transformStateBuffer {
|
||||||
TransformState xform;
|
TransformState xform;
|
||||||
|
@ -54,7 +54,7 @@ TransformState getMaterial() {
|
||||||
return xform;
|
return xform;
|
||||||
}
|
}
|
||||||
<@endif@>
|
<@endif@>
|
||||||
|
!>
|
||||||
|
|
||||||
|
|
||||||
<@endif@>
|
<@endif@>
|
||||||
|
|
Loading…
Reference in a new issue