mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
rbug: Rename pipe formats.
This commit is contained in:
parent
4028fab892
commit
496aa4793a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ int main(int argc, char** argv)
|
|||
unsigned stride = width * 4;
|
||||
unsigned size = stride * height;
|
||||
const char *filename = "mybin.bin";
|
||||
enum pipe_format format = PIPE_FORMAT_A8R8G8B8_UNORM;
|
||||
enum pipe_format format = PIPE_FORMAT_B8G8R8A8_UNORM;
|
||||
|
||||
dump(width, height, stride, format, rbug_read(filename, size), size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue