MCPcopy Create free account
hub / github.com/defold/defold / SetSampler

Function SetSampler

engine/graphics/src/graphics.cpp:2211–2214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2209 g_functions.m_SetConstantM4(context, data, count, base_location);
2210 }
2211 void SetSampler(HContext context, HUniformLocation location, int32_t unit)
2212 {
2213 g_functions.m_SetSampler(context, location, unit);
2214 }
2215
2216 HUniformLocation FindUniformLocation(HProgram program, dmhash_t name_hash)
2217 {

Callers 1

ApplyProgramSamplerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected