createVBO where is this documented?

I am sorry to be so repetitive, but there is no index to the dozen or so reference sources comprising CUDA and OpenGL.

I’d MAKE one, but man, help, info, & POGL aren’t just txt you can copy into a big searchable file. The others are, and I’ve done that. . . .

All I’m doing is going through SimpleGL, line-by-line, figuring it out, but I am a strict person, and if there’s a function called, I will not go on until I find the darn thing SOMEWHERE

The functions within createVBO can be found either in OpenGL references (glGenBuffers, glBindBuffer, glBufferData) and the CUDA reference manual (cudaGLRegisterBufferObject).