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

Function GetComputeProgramSampler

engine/render/src/render/compute.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 HSampler GetComputeProgramSampler(HComputeProgram program, uint32_t unit)
113 {
114 return GetProgramSampler(program->m_Samplers, unit);
115 }
116
117 dmGraphics::HProgram GetComputeProgram(HComputeProgram program)
118 {

Callers 4

TEST_FFunction · 0.85
Compute_GetSamplersFunction · 0.85
SetComputeSamplerFunction · 0.85
SetComputeTextureFunction · 0.85

Calls 1

GetProgramSamplerFunction · 0.85

Tested by 1

TEST_FFunction · 0.68