Git Product home page Git Product logo

Comments (2)

matusnovak avatar matusnovak commented on May 25, 2024

Hi @n8allan

If I understand, you have managed to get to this point:

EGLContext context = eglCreateContext(display, configs[configIndex], EGL_NO_CONTEXT, contextAttribs);

without initializing the display (since you do not have one)? Would you be able to share your code?

from rpi-opengl-without-x.

n8allan avatar n8allan commented on May 25, 2024

Here's the code so far.

I ran into a problem with the compute shader compiler complaining about not supporting ES 3.1, I deduced that it was probably my older version of the OS, so I've updated to 64-bit Bullseye. I now get the following GL info:

version: "2.1 Mesa 20.3.5"
  shading language version: "1.20"
  vendor: "Broadcom"
  renderer: "V3D 4.2"

The mesa version is now newer, but it still doesn't list ES 3.1 as a supported version.

The error:

Error in compiling the compute shader
Compiler log:
0:1(10): error: GLSL ES 3.10 is not supported. Supported versions are: 1.10, 1.20, 1.00 ES, and 3.00 ES
0:0(0): error: Compute shaders require GLSL 4.30 or GLSL ES 3.10

from rpi-opengl-without-x.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.