MCPcopy Create free account
hub / github.com/creatale/node-dv / getOGlBuffer

Method getOGlBuffer

deps/opencv/modules/core/src/matrix.cpp:1117–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115}
1116
1117ogl::Buffer _InputArray::getOGlBuffer() const
1118{
1119 int k = kind();
1120
1121 CV_Assert(k == OPENGL_BUFFER);
1122
1123 const ogl::Buffer* gl_buf = (const ogl::Buffer*)obj;
1124 return *gl_buf;
1125}
1126
1127ogl::Texture2D _InputArray::getOGlTexture2D() const
1128{

Callers 7

copyFromMethod · 0.80
Texture2DMethod · 0.80
setVertexArrayMethod · 0.80
setColorArrayMethod · 0.80
setNormalArrayMethod · 0.80
setTexCoordArrayMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected