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

Method pbo

src/backend/common/image.hpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 inline forge::dtype channelType() const { return mImage->channelType(); }
50
51 inline unsigned pbo() const { return mImage->pbo(); }
52
53 inline uint size() const { return mImage->size(); }
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected