mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Removed checking for supporting half (#2175)
Fixes https://github.com/KhronosGroup/OpenCL-CTS/issues/1982 according to description
This commit is contained in:
committed by
GitHub
parent
2ea4d165d5
commit
28da01788d
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user