From 8bb7ea3f85f0ec828e903d2cade3f6bf366178bb Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:39:18 +0100 Subject: [PATCH] CubemapLayout.Panorama removed --- Raylib-cs/types/Texture2D.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Raylib-cs/types/Texture2D.cs b/Raylib-cs/types/Texture2D.cs index e5abcda..e1b5316 100644 --- a/Raylib-cs/types/Texture2D.cs +++ b/Raylib-cs/types/Texture2D.cs @@ -94,12 +94,7 @@ public enum CubemapLayout /// /// Layout is defined by a 4x3 cross with cubemap faces /// - CrossFourByThree, - - /// - /// Layout is defined by a panorama image (equirectangular map) - /// - Panorama + CrossFourByThree } ///