-Demos:
*added ImGUI styles *added new assets (fonts, shaders) *added cimgui.dll *added imports for bindbc-sdl (for WASM) *added simple demo *added demo launcher *added snake demo *impoved demo utils *added cimgui.bc library for WASM -improved wasm build script -small change in vector
This commit is contained in:
parent
73f2aa6861
commit
cb7609dcaa
82 changed files with 11188 additions and 413 deletions
28
demos/external/sources/glad/gl/all.d
vendored
Normal file
28
demos/external/sources/glad/gl/all.d
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
|
||||
OpenGL, OpenGL ES loader generated by glad 0.1.33 on Fri Nov 8 17:14:30 2019.
|
||||
|
||||
Language/Generator: D
|
||||
Specification: gl
|
||||
APIs: gl=3.3, gles2=3.0
|
||||
Profile: compatibility
|
||||
Extensions:
|
||||
|
||||
Loader: True
|
||||
Local files: False
|
||||
Omit khrplatform: False
|
||||
Reproducible: False
|
||||
|
||||
Commandline:
|
||||
--profile="compatibility" --api="gl=3.3,gles2=3.0" --generator="d" --spec="gl" --extensions=""
|
||||
Online:
|
||||
https://glad.dav1d.de/#profile=compatibility&language=d&specification=gl&loader=on&api=gl%3D3.3&api=gles2%3D3.0
|
||||
*/
|
||||
|
||||
module glad.gl.all;
|
||||
|
||||
|
||||
public import glad.gl.funcs;
|
||||
public import glad.gl.ext;
|
||||
public import glad.gl.enums;
|
||||
public import glad.gl.types;
|
||||
Loading…
Add table
Add a link
Reference in a new issue