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

Method pixelFormat

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

Source from the content-addressed store, hash-verified

125uint image_impl::height() const { return mHeight; }
126
127forge::ChannelFormat image_impl::pixelFormat() const { return mFormat; }
128
129forge::dtype image_impl::channelType() const { return mDataType; }
130

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected