Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SaschaWillems/HowToVulkan
/ IsEmpty
Method
IsEmpty
source/external/tinyobj/tiny_obj_loader.h:758–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
756
}
757
758
bool IsEmpty() const {
759
return faceGroup.empty() && lineGroup.empty() && pointsGroup.empty();
760
}
761
762
// TODO(syoyo): bspline, surface, ...
763
};
Callers
1
exportGroupsToShape
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected