Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-samples
/ deletePBO
Function
deletePBO
cpp/5_Domain_Specific/postProcessGL/main.cpp:272–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
void deletePBO(GLuint *pbo)
273
{
274
glDeleteBuffers(1, pbo);
275
SDK_CHECK_ERROR_GL();
276
*pbo = 0;
277
}
278
#endif
279
280
const GLenum fbo_targets[] = {GL_COLOR_ATTACHMENT0_EXT,
Callers
1
FreeResource
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected