Giter VIP home page Giter VIP logo

Comments (6)

rogermc2 avatar rogermc2 commented on September 4, 2024

I don't understand what "caused me a bit of a headache to track down"?
Have you looked at using
examples/common/src/program_loader?
For example:

 Render_Graphic_Program := Program_Loader.Program_From
        ((Src ("src/shaders/vertex_shader.glsl", Vertex_Shader),
         Src ("src/shaders/fragment_shader.glsl", Fragment_Shader)));

from openglada.

esthermations avatar esthermations commented on September 4, 2024

Those examples are fine and work correctly. The problem is that the official documentation (linked at the top of this issue) provides an example and explanation that causes the program to crash with a constraint error on a UInt nested two function calls into the library's private implementation.

In my opinion, that should be fixed.

from openglada.

rogermc2 avatar rogermc2 commented on September 4, 2024

Agreed.
Thanks for the explanation.

from openglada.

flyx avatar flyx commented on September 4, 2024

Initialize_Id is documented on the page of the parent package, GL.Objects. I agree that this call should definitely be part of the example code.

By the way, the website's public repo is the gh-pages branch of this repository. You are welcome to create a pull request (I won't be very active between the years).

from openglada.

esthermations avatar esthermations commented on September 4, 2024

Ah, I didn't find it. I'll make a pull request shortly.

from openglada.

flyx avatar flyx commented on September 4, 2024

Fixed by PR.

from openglada.

Related Issues (20)

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.