MCPcopy Create free account
hub / github.com/crownengine/crown / createProgram

Method createProgram

3rdparty/bgfx/src/renderer_d3d12.cpp:1957–1960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1955 }
1956
1957 void createProgram(ProgramHandle _handle, ShaderHandle _vsh, ShaderHandle _fsh) override
1958 {
1959 m_program[_handle.idx].create(&m_shaders[_vsh.idx], isValid(_fsh) ? &m_shaders[_fsh.idx] : NULL);
1960 }
1961
1962 void destroyProgram(ProgramHandle _handle) override
1963 {

Callers

nothing calls this directly

Calls 2

isValidFunction · 0.70
createMethod · 0.45

Tested by

no test coverage detected