MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / cachedpixels

Method cachedpixels

src/libOpenImageIO/imagebuf.cpp:1143–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141
1142
1143bool
1144ImageBuf::cachedpixels () const
1145{
1146 return impl()->cachedpixels();
1147}
1148
1149
1150

Callers 1

make_texture_implFunction · 0.45

Calls 1

implFunction · 0.85

Tested by

no test coverage detected