Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddiakopoulos/polymer
/ update_uniforms
Method
update_uniforms
libraries/lib-engine/src/material.cpp:69–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void polymer_procedural_material::update_uniforms(material_component * comp)
70
{
71
if (update_uniform_func)
72
{
73
resolve_variants();
74
update_uniform_func();
75
}
76
}
77
78
////////////////////////////
79
// Wireframe Material //
Callers
1
run_forward_pass
Method · 0.45
Calls
6
enabled
Method · 0.80
bind
Method · 0.45
uniform
Method · 0.45
texture
Method · 0.45
get
Method · 0.45
unbind
Method · 0.45
Tested by
no test coverage detected