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

Method Enable

GTE/Graphics/GL46/GL46InputLayout.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void GL46InputLayout::Enable()
67{
68 glBindVertexArray(mVArrayHandle);
69}
70
71void GL46InputLayout::Disable()
72{

Callers

nothing calls this directly

Calls 1

glBindVertexArrayFunction · 0.85

Tested by

no test coverage detected