Files
test/source/blender/editors/space_clip
Clément Foucault f18e537451 Cleanup: GPU: Use explicit clear value in GPU_clear* commands
This replace `GPU_clear()` by `GPU_clear_color()` and `GPU_clear_depth()`.
Since we always set the clear value before clearing, it is unecessary
to track the clear color state.
Moreover, it makes it clearer what we clear the framebuffer to.
2020-08-23 12:04:24 +02:00
..
2020-07-16 11:09:39 +10:00
2020-07-19 17:37:02 +10:00