mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 00:09:02 +00:00
Added comparability verification for GL associated devices query (#2231)
Fixes #1485 according to work plan from issue description.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright (c) 2017 The Khronos Group Inc.
|
||||
// Copyright (c) 2024 The Khronos Group Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -150,4 +150,6 @@ extern int test_image_methods_multisample(cl_device_id device,
|
||||
cl_command_queue queue, int);
|
||||
|
||||
extern int test_renderbuffer_getinfo(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int numElements);
|
||||
cl_command_queue queue, int numElements);
|
||||
extern int test_queries(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int);
|
||||
|
||||
Reference in New Issue
Block a user