NVIDIA Developer Zone

Search

Search results
Using Vertex Buffer Objects | NVIDIA Developer Zone

File, Description, Size. Using-VBOs.pdf, This whitepaper explains what vertex buffer objects (VBOs) are, and how to use them. 943.033KB. About · Contact ...

Performance Question (VBO vs immediate mode) - NVIDIA ...

... with immediate mode is >3x faster than drawing using VBO's. Here is the code snippet: FramebufferObjectPtr fbo = new FramebufferObject(); ...

Using COLOR semantic with OpenGL 3 - NVIDIA Developer Forums

... vertex buffer objects for OpenGL 3 that only the position worked. The colour data wasn't being applied. This is how I'm using the VBOs now: GLuint vao, vbo[2 ]; ...

OpenGL cuda textures - NVIDIA Forums

10 Jun 2009 ... Im trying to convert a VBOs code, that works on the CPU perfectly. ... glBindBuffer (GL_ARRAY_BUFFER, 0); // register buffer object with CUDA ...

OpenCL / GL interop crash - NVIDIA Forums

5 Jun 2011 ... I'm experiencing GPU crashes/freezes when the number of objects in a VBO, used in CL/GL interop, is exceeding ~32k objects. The VBO stores ...

type cast when using double-precision vbo with vert_program(float4 ...

So i have this big triangular mesh with double-precision vertex positions. i ... double to float on-the-fly when rendering such a double vbo using a float ... With direct access to buffer object memory, that case gets harder if there ...

CUDA/OpenGL interop 'bug'/missing-documentation - NVIDIA Forums

6 Feb 2009 ... Either cuGLUnmapBufferObject or cuGLUnregisterBufferObject leaves ... to realise that despite the fact I wasn't using VBOs, CUDA was binding ...

possible bug with VBO registering and multiple openGl context ...

31 Jan 2012 ... possible bug with VBO registering and multiple openGl context: ... and the now deprecated cudaGLRegisterBufferObject(). The function is ...

Optix tutorial / OpenGL question - NVIDIA Developer Forums

I can see there are 2 rendering methods, one using VBO and one using glDrawPixels. I don't even know how/why a vertex buffer object is being ...