MCPcopy Create free account
hub / github.com/Kitware/VTK / ReleaseGraphicsResources

Method ReleaseGraphicsResources

Rendering/OpenGL2/vtkOpenGLVertexArrayObject.cxx:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void vtkOpenGLVertexArrayObject::ReleaseGraphicsResources()
237{
238 this->ShaderProgramChanged();
239 this->Internal->ReleaseGraphicsResources();
240}
241
242bool vtkOpenGLVertexArrayObject::AddAttributeArray(vtkShaderProgram* program,
243 vtkOpenGLVertexBufferObject* buffer, const std::string& name, int offset, bool normalize)

Callers

nothing calls this directly

Calls 1

ShaderProgramChangedMethod · 0.95

Tested by

no test coverage detected