Commit fc8a8789 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs

Since the data is doing the path CPU -> GPU -> GPU copy is the most
approximate hint. Using GL_STREAM_DRAW generated a performance warning
on Nvidia's stack. Changing this hint removed the warning.
parent a01832b2
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