MCPcopy Create free account
hub / github.com/OGRECave/ogre / reset

Method reset

RenderSystems/GL/src/nvparse/nvparse_errors.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21void nvparse_errors::reset()
22{
23 for(int i=0; i < num_errors; i++)
24 free(elist[i]);//FIXME detail_nmap something is writing 0x2 to elist[1] blah!
25 for(int j=0; j <= NVPARSE_MAX_ERRORS; j++)
26 elist[j] = 0;
27 num_errors = 0;
28}
29
30void nvparse_errors::set(const char * e)
31{

Callers 15

unbindGpuProgramMethod · 0.45
vsp10_initFunction · 0.45
ts10_init_moreFunction · 0.45
vp10_initFunction · 0.45
vcp10_initFunction · 0.45
rc10_init_moreFunction · 0.45
vs10_init_moreFunction · 0.45
avp10_initFunction · 0.45
unbindGpuProgramMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected