MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test_texture

Function test_texture

tests/mesh/test-polygonal-surface.cpp:653–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653void test_texture( const geode::PolygonalSurface3D& polygonal_surface )
654{
655 auto manager = polygonal_surface.texture_manager();
656 manager.find_or_create_texture( "texture" );
657}
658
659void test()
660{

Callers 1

testFunction · 0.70

Calls 1

texture_managerMethod · 0.45

Tested by

no test coverage detected