c++ - glBufferData fails silently with overly large sizes -


i noticed, glbufferdata fails silently when try call size: 1085859108 , data: null.

following calls glbuffersubdata fail out_of_memory 'exception'. on windows xp 32bit, nvidia gforce 9500 gt (1024mb) , 195.62 drivers.

is there way determinate if buffer created sucessfully? (something proxy texture example?)

kind regards, florian

i doubt it's silent. i'd guess glgeterror return gl_out_of_memory after attempt.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -