MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TextureId

Method TextureId

tensorflow/lite/delegates/gpu/gl/gl_texture.h:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161class TextureId {
162 public:
163 TextureId() : id_(GL_INVALID_INDEX) {
164 TFLITE_GPU_CALL_GL(glGenTextures, 1 /* number of textures*/, &id_)
165 .IgnoreError();
166 }
167
168 explicit TextureId(GLuint id) : id_(id) {}
169

Callers

nothing calls this directly

Calls 1

IgnoreErrorMethod · 0.45

Tested by

no test coverage detected