[RTEXTURES] Remove the panorama cubemap layout option (#4425)
* Remove the panorama cubemap layout, it was not implemented. Left a todo in the code for some aspiring developer to finish. * Update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
eb04154c98
commit
0b650f62a6
6 changed files with 6 additions and 21 deletions
|
@ -2839,11 +2839,6 @@ return {
|
|||
name = "CUBEMAP_LAYOUT_CROSS_FOUR_BY_THREE",
|
||||
value = 4,
|
||||
description = "Layout is defined by a 4x3 cross with cubemap faces"
|
||||
},
|
||||
{
|
||||
name = "CUBEMAP_LAYOUT_PANORAMA",
|
||||
value = 5,
|
||||
description = "Layout is defined by a panorama image (equirrectangular map)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue