You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
866B

  1. diff --git a/modules/juce_opengl/native/juce_OpenGLExtensions.h b/modules/juce_opengl/native/juce_OpenGLExtensions.h
  2. index 142a4688d..674321c63 100644
  3. --- a/modules/juce_opengl/native/juce_OpenGLExtensions.h
  4. +++ b/modules/juce_opengl/native/juce_OpenGLExtensions.h
  5. @@ -83,7 +83,14 @@ namespace juce
  6. X (glCheckFramebufferStatus) \
  7. X (glFramebufferTexture2D) \
  8. X (glFramebufferRenderbuffer) \
  9. - X (glGetFramebufferAttachmentParameteriv)
  10. + X (glGetFramebufferAttachmentParameteriv) \
  11. + X (glTransformFeedbackVaryings) \
  12. + X (glBeginTransformFeedback) \
  13. + X (glEndTransformFeedback) \
  14. + X (glBindBufferBase) \
  15. + X (glMapBufferRange) \
  16. + X (glUnmapBuffer)
  17. +
  18. /** @internal This macro contains a list of GL extension functions that need to be dynamically loaded on Windows/Linux.
  19. @see OpenGLExtensionFunctions