mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-12-19 21:38:07 +00:00
tests: Can now check for extension we support.
This commit is contained in:
parent
f35a42c5b1
commit
16736c3ddc
@ -111,8 +111,7 @@ void app_gpu_init_extensions(struct app_gpu *gpu)
|
||||
XGL_UINT i;
|
||||
|
||||
static const XGL_CHAR *known_extensions[] = {
|
||||
(const XGL_CHAR *) "some_extension",
|
||||
(const XGL_CHAR *) "XGL_COMPILE_GLSL",
|
||||
(const XGL_CHAR *) "XGL_WSI_X11",
|
||||
};
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(known_extensions); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user