commit 5f8be7af07503154c28a85bbc0e5b70469521d77
parent 9399f1a35ecbc22fc10b2aa6b03211bd8144f20b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 17 Jun 2015 15:56:19 +0200
Use the new s3d_device_create API with a verbose arg
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_s3daw.c b/src/test_s3daw.c
@@ -199,7 +199,7 @@ main(int argc, char** argv)
mem_init_proxy_allocator(&allocator_proxy, &mem_default_allocator);
- CHECK(s3d_device_create(NULL, &allocator_proxy, &s3d), RES_OK);
+ CHECK(s3d_device_create(NULL, &allocator_proxy, 0, &s3d), RES_OK);
CHECK(s3daw_create(NULL, NULL, NULL, NULL, NULL, NULL), RES_BAD_ARG);
CHECK(s3daw_create(NULL, NULL, NULL, NULL, NULL, &s3daw), RES_BAD_ARG);