GPU: Fix color difference when rendering to gpu_py_offscreen

Now we do the color management inside the Draw manager and output CM byte
buffer.
This commit is contained in:
2019-03-28 22:38:55 +01:00
parent 42dd888b98
commit 4d71b655ec
5 changed files with 15 additions and 8 deletions

View File

@@ -259,6 +259,7 @@ static PyObject *bpygpu_offscreen_draw_view3d(BPyGPUOffScreen *self, PyObject *a
true,
"",
NULL,
true,
self->ofs,
NULL);