MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Enable

Method Enable

GTE/Graphics/GL46/GL46Engine.cpp:326–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void GL46Engine::Enable(Shader const* shader, GLuint program)
327{
328 EnableCBuffers(shader, program);
329 EnableTBuffers(shader, program);
330 EnableSBuffers(shader, program);
331 EnableRBuffers(shader, program);
332 EnableTextures(shader, program);
333 EnableTextureArrays(shader, program);
334 EnableSamplers(shader, program);
335}
336
337void GL46Engine::Disable(Shader const* shader, GLuint program)
338{

Callers 14

UpdateFacesMethod · 0.45
SetBlendStateMethod · 0.45
SetDepthStencilStateMethod · 0.45
SetRasterizerStateMethod · 0.45
DrawPrimitiveMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
DrawUsingUnlitEffectsMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected