Version: 246.0.0

This commit is contained in:
metalgearsloth
2025-02-16 19:32:42 +11:00
parent ea1cc5e446
commit 9d1b15ab4b
2 changed files with 24 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -35,6 +35,29 @@ END TEMPLATE-->
### Breaking changes
*None yet*
### New features
*None yet*
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 246.0.0
### Breaking changes
* The fixes to renderer state may have inadvertantly broken some rendering code that relied upon the old behavior.
* TileRenderFlag has been removed and now it's just a byte flag on the tile for content usage.
@@ -50,14 +73,6 @@ END TEMPLATE-->
* Fix pushing renderer state not restoring stencil status, blend status, queued shader instance scissor state.
### Other
*None yet*
### Internal
*None yet*
## 245.1.0