Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_geometry
Function · 0.85
vertex_stride
Function · 0.85
vertex_layout
Function · 0.85
generate_tangent_space
Function · 0.85
generate_vertex_and_index_buffers
Function · 0.85
parse_indices
Function · 0.85
parse_geometry
Function · 0.85
Calls
1
size
Function · 0.50
Tested by
no test coverage detected