mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Added missing semicolon to vertex shader.
This commit is contained in:
@@ -67,7 +67,7 @@ void main() {
|
||||
}
|
||||
|
||||
// G-Buffer
|
||||
vs_gPosition = position
|
||||
vs_gPosition = position;
|
||||
|
||||
position = modelViewProjectionTransform * position;
|
||||
vs_position = z_normalization(position);
|
||||
|
||||
Reference in New Issue
Block a user