MCPcopy Create free account
hub / github.com/defold/defold / destroy_command_queue

Method destroy_command_queue

engine/dlib/src/basis/encoder/basisu_opencl.cpp:207–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 void destroy_command_queue(cl_command_queue p)
208 {
209 if (p)
210 {
211 cl_serializer serializer(this);
212
213 clReleaseCommandQueue(p);
214 }
215 }
216
217 bool init_program(const char* pSrc, size_t src_size)
218 {

Callers 1

opencl_destroy_contextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected