Bug 943

Summary: GLBufferStateTracker shall support tracking all possible buffer targets ..
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement CC: sgothel
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
19c91de9f02fc713fce09277ea243d966cbc9ac8
Workaround: ---

Description Sven Gothel 2014-01-14 17:03:26 CET
GLBufferStateTracker shall support tracking all possible buffer targets as listed in the spec:
  <http://www.opengl.org/sdk/docs/man/xhtml/glMapBuffer.xml>

GL_ARRAY_BUFFER,
GL_ATOMIC_COUNTER_BUFFER,
GL_COPY_READ_BUFFER,
GL_COPY_WRITE_BUFFER,
GL_DRAW_INDIRECT_BUFFER,
GL_DISPATCH_INDIRECT_BUFFER,
GL_ELEMENT_ARRAY_BUFFER,
GL_PIXEL_PACK_BUFFER,
GL_PIXEL_UNPACK_BUFFER,
GL_QUERY_BUFFER,
GL_SHADER_STORAGE_BUFFER,
GL_TEXTURE_BUFFER,
GL_TRANSFORM_FEEDBACK_BUFFER or
GL_UNIFORM_BUFFER.
Comment 1 Sven Gothel 2014-01-21 17:00:11 CET
19c91de9f02fc713fce09277ea243d966cbc9ac8:
  Added tracking targets ..