Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bbernardoni

Pages: [1]
1
General discussions / OpenGL Adjacency Primitive Types
« on: September 28, 2017, 08:47:03 am »
Is there a reason why GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY, and GL_TRIANGLES_ADJACENCY are not supported as sf::PrimitiveTypes?

I needed to use GL_LINE_STRIP_ADJACENCY so I downloaded the source, added a sf::PrimitiveTypes, modified sf::RenderTarget::draw, and it worked fine. I couldn't think of a reason why they are not included other than not being used often.

Pages: [1]