Watch
2
0
Fork
You've already forked raylib-cs
0

CubemapLayout.Panorama removed

This commit is contained in:
JupiterRider 2024-12-03 19:39:18 +01:00
commit 8bb7ea3f85

View file

@ -94,12 +94,7 @@ public enum CubemapLayout
/// <summary>
/// Layout is defined by a 4x3 cross with cubemap faces
/// </summary>
CrossFourByThree,
/// <summary>
/// Layout is defined by a panorama image (equirectangular map)
/// </summary>
Panorama
CrossFourByThree
}
/// <summary>