What is the "Use VBOs" setting?

What is the "Use VBOs" setting? - Red and White Glass Bottle

In the 14w29b snapshot there is a new option in the "Video Settings" menu called "Use VBOs":

enter image description here

The snapshot update says that enabling "Vertex Buffer Objects" should increase your FPS by 5% to 10% on average.

I am looking for a simple explanation of what VBOs do visually and how they work.



Best Answer

VBO stands for Vertex Buffer Object

From the Wikipedia article

A Vertex Buffer Object (VBO) is an OpenGL feature that provides methods for uploading vertex data (position, normal vector, color, etc.) to the video device for non-immediate-mode rendering. VBOs offer substantial performance gains over immediate mode rendering primarily because the data resides in the video device memory rather than the system memory and so it can be rendered directly by the video device.

In Simple Terms

In minecraft specifically it Offers a ~10% performance increase when set to ON

It does this by reducing the workload on your CPU & RAM and reassigning it to your gpu memory, this is only recommended if you have an okay to decent graphics card




Pictures about "What is the "Use VBOs" setting?"

What is the "Use VBOs" setting? - Wooden Scrabble Tiles on White Surface
What is the "Use VBOs" setting? - Yellow and Black Wooden Signage
What is the "Use VBOs" setting? - Black and White Cardboard



What is the use of " in HTML?

Some Useful HTML Character EntitiesResultDescriptionEntity Name>greater than>&ampersand&"double quotation mark"'single quotation mark (apostrophe)'8 more rows

What does < mean in HTML?

&lt; stands for lesser than (<) symbol and, the &gt; sign stands for greater than (>) symbol . For more information on HTML Entities, visit this link: https://www.w3schools.com/HTML/html_entities.asp.

How do I print less than the symbol in HTML?

Less-Than Sign
  • UNICODE. U+0003C.
  • HEX CODE. &#x3c;
  • HTML CODE. &#60;
  • HTML ENTITY. &lt;
  • CSS CODE. \\003C. <span>&#60;</span> content: "\\003C";




  • How to Get More FPS in Hypixel Skyblock! - FPS Boosting Tutorial Hypixel Skyblock




    More answers regarding what is the "Use VBOs" setting?

    Answer 2

    It substantially increases speed by reducing workload need from your processor and system memory(RAM). Instead using your graphics card memory increasing performance.

    Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

    Images: cottonbro, Brett Jordan, Oğuz Kağan Çevik, RODNAE Productions