MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / get_used_resources

Method get_used_resources

src/DrawingProgram/DrawingProgram.cpp:795–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795void DrawingProgram::get_used_resources(std::unordered_set<NetworkingObjects::NetObjID>& resourceSet) {
796 layerMan.get_used_resources(resourceSet);
797}
798
799Vector4f* DrawingProgram::color_picker_color(Vector4f* oldColor) {
800 if(oldColor == &world.main.toolConfig.globalConf.foregroundColor)

Callers 2

save_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected