package oglsl

  1. Overview
  2. Docs
Embedding GLSL in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=7d1303c6cfee60e8bc0258faaec8df33
sha512=1d688ac224242a92f9e786e01218e384c2e76aa7b41137e0160056ad8e2c3a44f333b4b4ab08ff94ac96e697a8b6701f03e9b784222f8974c27684bcb6376138

doc/oglsl/Oglsl/index.html

Module OglslSource

Sourcemodule type Glsl_base = sig ... end
Sourcetype vec2 = float * float
Sourcetype vec3 = float * float * float
Sourcetype vec4 = float * float * float * float
Sourcemodule type Glsl = sig ... end