diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-11-14 21:48:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 21:48:24 +0300 |
commit | 198d3cb78d9f9432e1d829f44aec46ec7971c24d (patch) | |
tree | 1c4e790da7e7b6be1bb5922dab21e417012fa49b /alacritty_terminal | |
parent | 9531e661b1cf777fc24d011e6116a501bd1b75e5 (diff) | |
download | alacritty-198d3cb78d9f9432e1d829f44aec46ec7971c24d.tar.gz alacritty-198d3cb78d9f9432e1d829f44aec46ec7971c24d.zip |
Load only gl 3.3 functions
This commit makes 'gl::load_with' only load
symbols from the minimal OpenGL (3.3) version alacritty
aims to support. Doing so reduces the size of gl_bindings.rs
from 21K LoC to 11K LoC, and also the actual
loading by up to ~2x, thugh the loading is usually sub millisecond
anyway.
Diffstat (limited to 'alacritty_terminal')
0 files changed, 0 insertions, 0 deletions