Make VBO optimization partially optional

Yuck, there is a vertexbuffer being built on static init -.-
This commit is contained in:
Siana Gearz
2010-12-30 23:47:42 +01:00
parent 5fd5049e9b
commit 5f7840a997
4 changed files with 25 additions and 8 deletions

View File

@@ -3,6 +3,17 @@
<map>
<!-- Ascent-Specific Settings -->
<key>SianaRenderOmitBlankVBO</key>
<map>
<key>Comment</key>
<string>Optimization: omit prefilling VBOs with zeroes. Default: OFF</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>SianaUnsitOnCamReset</key>
<map>
<key>Comment</key>