|
|
|
@ -457,6 +457,9 @@ PhongGL::PhongGL(CompileState&& cs) |
|
|
|
/* Object ID is zero by default */ |
|
|
|
/* Object ID is zero by default */ |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static_cast<void>(context); |
|
|
|
|
|
|
|
static_cast<void>(version); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PhongGL::PhongGL(Flags flags, UnsignedInt lightCount) : PhongGL{compile(flags, lightCount)} {} |
|
|
|
PhongGL::PhongGL(Flags flags, UnsignedInt lightCount) : PhongGL{compile(flags, lightCount)} {} |
|
|
|
|