Commit 3e973bc4 authored by Markus Wick's avatar Markus Wick
Browse files

gl_rasterizer: Use ARB_texture_storage.

It allows us to use texture views and it reduces the overhead within the GPU driver.

But it disallows us to reallocate the texture, but we don't do so anyways.

In the end, it is the new way to allocate textures, so there is no need to use the old way.
parent 1470b85a
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