Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: VBO limit

  1. #1

    VBO limit

    Hi there guys,
    I'm experiencing problems with VBO when they surpass some limit (above 64k vertex)
    Those VBO contain vertex (4 float), normals (3 float) and 2 uv's arrays (2 floats each)
    Summarizing the vbo is about 2.8 MB.
    When i have meshes like that one, my program simply crashes when i have to draw that mesh. Is there any known limit or something?

    Thanx in advance,

    Toni
    Virtual Reality: Insideo

  2. #2
    Intern Contributor
    Join Date
    Sep 2006
    Location
    Delft
    Posts
    57

    Re: VBO limit

    well I can put 500 megs of data easily into a VBO, I think the theoretical maximum is teh size of your pagefile...

  3. #3
    Senior Member OpenGL Guru Relic's Avatar
    Join Date
    Apr 2000
    Posts
    2,527

    Re: VBO limit

    Is there any known limit or something?
    Yes, it's "or something". Try to update your graphics drivers and see if that fixes it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •