Marek Olšák writes:
> This WebGL test sets width and height to 0:
> https://www.khronos.org/registry/webgl/sdk/tests/conformance/misc/type-conversion-test.html
I don't see it being undefined, it just inherits behavior from teximage:
"CopyTexImage2D... defines a two-dimensional texture array in
This WebGL test sets width and height to 0:
https://www.khronos.org/registry/webgl/sdk/tests/conformance/misc/type-conversion-test.html
It causes assertion failures in the state tracker.
---
src/mesa/main/teximage.c |4
1 file changed, 4 insertions(+)
diff --git a/src/mesa/main/teximage