mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
python/regress: Use A8R8G8B8 rendertarget format.
This commit is contained in:
parent
7391ba1e9d
commit
a7b6a28b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ def test(dev, name):
|
|||
|
||||
# framebuffer
|
||||
cbuf = dev.texture_create(
|
||||
PIPE_FORMAT_X8R8G8B8_UNORM,
|
||||
PIPE_FORMAT_A8R8G8B8_UNORM,
|
||||
width, height,
|
||||
tex_usage=PIPE_TEXTURE_USAGE_DISPLAY_TARGET,
|
||||
).get_surface()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue