Removed checking for supporting half (#2175)

Fixes https://github.com/KhronosGroup/OpenCL-CTS/issues/1982 according
to description
This commit is contained in:
Kamil-Goras-Mobica
2025-01-07 18:29:28 +01:00
committed by GitHub
parent 2ea4d165d5
commit 28da01788d
3 changed files with 0 additions and 11 deletions

View File

@@ -63,7 +63,6 @@ extern int test_cl_image_read(cl_context context, cl_command_queue queue,
cl_image_format *outFormat, ExplicitType *outType,
void **outResultBuffer);
extern int supportsHalf(cl_context context, bool *supports_half);
static int test_attach_renderbuffer_read_image(
cl_context context, cl_command_queue queue, GLenum glTarget,