Skip to content

GL_GEOMETRY_SHADER is undefined (Windows 10) #2

@alechk4

Description

@alechk4
if (shaderProgramAttempt->addVertexShader ((vertexShader))
  && shaderProgramAttempt->addShader (waveGeometryShader, GL_GEOMETRY_SHADER)
  && shaderProgramAttempt->addFragmentShader ((fragmentShader))
  && shaderProgramAttempt->link())

GL_GEOMETRY_SHADER is not defined on Windows. I checked juce_MissingOpenGLDefinitions.h and it only has vertex and fragment.
I know it is not an issue with your code, but I think you should remove Visual Studio as an exporter if there's no way to make it work. Btw, the Oscilloscope2D works perfectly and has been very helpful 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions