From 56578e6ffdbe8f432b608495e430866650182a3a Mon Sep 17 00:00:00 2001 From: bubba2k <64813843+bubba2k@users.noreply.github.com> Date: Sun, 8 Aug 2021 03:34:39 +0200 Subject: [PATCH 1/2] Add docs.gl to resources docs.gl is a super nifty website I wouldn't want to go without when fiddling with OpenGL. --- resources/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/index.html b/resources/index.html index 9b3b91f..f096a48 100644 --- a/resources/index.html +++ b/resources/index.html @@ -44,6 +44,7 @@ * [Guide to Modern OpenGL Functions](https://github.com/fendevel/Guide-to-Modern-OpenGL-Functions) * [Learn OpenGL](https://learnopengl.com/) * [OpenGL 4.6 Specification](https://www.khronos.org/registry/OpenGL/specs/gl/glspec46.core.pdf) + * [docs.gl - OpenGL API Documentation](http://docs.gl/) ## Vulkan * [Fundamentals of the Vulkan Graphics API: Why Rendering a Triangle is Complicated](https://liamhinzman.com/blog/vulkan-fundamentals) From 497a47c499bd441017f5a5bf03e82cac5c98b692 Mon Sep 17 00:00:00 2001 From: bubba2k <64813843+bubba2k@users.noreply.github.com> Date: Sun, 8 Aug 2021 23:17:08 +0200 Subject: [PATCH 2/2] Order alphabetically --- resources/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/index.html b/resources/index.html index f096a48..755f399 100644 --- a/resources/index.html +++ b/resources/index.html @@ -41,10 +41,10 @@ * [Metal Specification](https://developer.apple.com/documentation/metal) ## OpenGL + * [docs.gl - OpenGL API Documentation](http://docs.gl/) * [Guide to Modern OpenGL Functions](https://github.com/fendevel/Guide-to-Modern-OpenGL-Functions) * [Learn OpenGL](https://learnopengl.com/) * [OpenGL 4.6 Specification](https://www.khronos.org/registry/OpenGL/specs/gl/glspec46.core.pdf) - * [docs.gl - OpenGL API Documentation](http://docs.gl/) ## Vulkan * [Fundamentals of the Vulkan Graphics API: Why Rendering a Triangle is Complicated](https://liamhinzman.com/blog/vulkan-fundamentals)