Commit 0935c2d9 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

gl_shader_decompiler: Remove guest "position" varying

"position" was being written but not read anywhere besides geometry
shaders, where it had the same value as gl_Position.

This commit replaces "position" with gl_Position, reducing the
complexity of our code and the emitted GLSL code.
parent e70f16ff
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment