MCPcopy Create free account
hub / github.com/arrayfire/forge / pbo

Method pbo

src/backend/opengl/image_impl.cpp:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129forge::dtype image_impl::channelType() const { return mDataType; }
130
131uint image_impl::pbo() const { return mPBO; }
132
133uint image_impl::size() const { return (uint)mPBOsize; }
134

Callers 1

fg_get_pixel_bufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected