dbuenzli / tgls

Thin bindings to OpenGL {3,4} and OpenGL ES {2,3} for OCaml
http://erratique.ch/software/tgls/
ISC License
54 stars 7 forks source link

No implementations provided for Tgl4 #30

Closed bayou-brogrammer closed 1 year ago

bayou-brogrammer commented 1 year ago
Error: No implementations provided for the following modules:
         Tgl4 referenced from bin/.main.eobjs/native/dune__exe__Main.cmx

Im trying to figure out the reason for this error message. Does this mean it cannot find Open GL on my pc?

bayou-brogrammer commented 1 year ago

Closing as im dumb and figured out i had to add the extension to the dune file

(include_subdirs unqualified)
(executable
 (public_name rl2023)
 (name main)
 (libraries rl2023 tsdl tgls tgls.tgl4)