MCPcopy Create free account
hub / github.com/crownengine/crown / has_uvs

Function has_uvs

src/resource/mesh.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 bool has_uvs(Geometry &g)
114 {
115 return array::size(g._uvs) != 0;
116 }
117
118 static u32 vertex_stride(Geometry &g)
119 {

Callers 7

parse_geometryFunction · 0.85
vertex_strideFunction · 0.85
vertex_layoutFunction · 0.85
generate_tangent_spaceFunction · 0.85
parse_indicesFunction · 0.85
parse_geometryFunction · 0.85

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected