Bug 943 - GLBufferStateTracker shall support tracking all possible buffer targets ..
Summary: GLBufferStateTracker shall support tracking all possible buffer targets ..
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2014-01-14 17:03 CET by Sven Gothel
Modified: 2014-01-21 17:00 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
19c91de9f02fc713fce09277ea243d966cbc9ac8
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ..