Skip to content
Snippets Groups Projects
Jan Beich's avatar
Jan Beich authored
Run-time dependency glesv2 found: YES 3.2
Check usable header "GLES3/gl3.h" : NO
meson.build:65: WARNING: GLES3 not supported; shadertoy & texturator are NOT included in this build

Fixes: 61fb902a ("meson: replace gles version check with a header presence check")
cf4ec7f3
History

kmscube

kmscube is a little demonstration program for how to drive bare metal graphics without a compositor like X11, wayland or similar, using DRM/KMS (kernel mode setting), GBM (graphics buffer manager) and EGL for rendering content using OpenGL or OpenGL ES.

The upstream of kmscube is available at https://gitlab.freedesktop.org/mesa/kmscube/