narrow import
This commit is contained in:
parent
eb72ec39d8
commit
d0b7670eca
|
@ -144,7 +144,7 @@ struct Window {
|
||||||
*/
|
*/
|
||||||
const (char*) to(T : char*)(GLenum value) {
|
const (char*) to(T : char*)(GLenum value) {
|
||||||
|
|
||||||
import glad.gl.all;
|
import glad.gl.enums;
|
||||||
|
|
||||||
switch (value) {
|
switch (value) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue