MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / deleteFramebuffer

Function deleteFramebuffer

cpp/5_Domain_Specific/postProcessGL/main.cpp:727–733  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

725//!
726////////////////////////////////////////////////////////////////////////////////
727void deleteFramebuffer(GLuint *fbo)
728{
729 glDeleteFramebuffersEXT(1, fbo);
730 SDK_CHECK_ERROR_GL();
731
732 *fbo = 0;
733}
734
735////////////////////////////////////////////////////////////////////////////////
736// Program main

Callers 1

FreeResourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected