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: Penalty while uploading vertex buffer

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2001
    Location
    Belgium
    Posts
    26

    Penalty while uploading vertex buffer

    How big is the penalty of uploading a vertex buffers object's vertex buffer to graphic memory ?

    Thank you.
    Lord Shugar

  2. #2
    Senior Member OpenGL Pro Zengar's Avatar
    Join Date
    Sep 2001
    Location
    Germany
    Posts
    1,979

    Re: Penalty while uploading vertex buffer

    Time needed by processor to send data + little more.
    Not so much, thoughts. I guess it's comparable(maybe 2-3 times slower) to rendering with arbitrary varrays

  3. #3
    Junior Member Newbie
    Join Date
    Oct 2001
    Location
    Belgium
    Posts
    26

    Re: Penalty while uploading vertex buffer

    Thank you.
    I'll experiment with it
    Lord Shugar

Posting Permissions

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