MCPcopy 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
69void 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_passMethod · 0.45

Calls 6

enabledMethod · 0.80
bindMethod · 0.45
uniformMethod · 0.45
textureMethod · 0.45
getMethod · 0.45
unbindMethod · 0.45

Tested by

no test coverage detected