From f990a842da3c3f568212b173dcce182893cc992e Mon Sep 17 00:00:00 2001 From: emufan4568 Date: Fri, 15 Jul 2022 08:48:30 +0300 Subject: [PATCH] vcpkg: Enable all glad extensions --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index ba5287546..2d4491fd0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -22,7 +22,8 @@ "name": "glad", "features": [ "gl-api-33", - "gles2-api-32" + "gles2-api-32", + "extensions" ] }, "glm",