MCPcopy Create free account
hub / github.com/defold/defold / ~basis_compressor

Method ~basis_compressor

engine/dlib/src/basis/encoder/basisu_comp.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 basis_compressor::~basis_compressor()
63 {
64 if (m_pOpenCL_context)
65 {
66 opencl_destroy_context(m_pOpenCL_context);
67 m_pOpenCL_context = nullptr;
68 }
69 }
70
71 bool basis_compressor::init(const basis_compressor_params &params)
72 {

Callers

nothing calls this directly

Calls 1

opencl_destroy_contextFunction · 0.85

Tested by

no test coverage detected