MCPcopy Create free account
hub / github.com/baldurk/renderdoc / SerialiseProgramUniforms

Function SerialiseProgramUniforms

renderdoc/driver/gl/gl_program_iterate.cpp:1176–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174
1175template <typename SerialiserType>
1176void SerialiseProgramUniforms(SerialiserType &ser, CaptureState state,
1177 const PerStageReflections &stages, GLuint prog,
1178 std::map<GLint, GLint> *locTranslate)
1179{
1180 const bool CopyUniforms = false;
1181 const bool SerialiseUniforms = true;
1182 ForAllProgramUniforms<CopyUniforms, SerialiseUniforms>(&ser, state, stages, prog, stages, prog,
1183 locTranslate);
1184}
1185
1186template void SerialiseProgramUniforms(ReadSerialiser &ser, CaptureState state,
1187 const PerStageReflections &stages, GLuint prog,

Callers 3

GetSize_InitialStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected