You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
## [5-r.5-beta.3] - 2026-01-29
8
+
9
+
### Added
10
+
11
+
* Add the classes `CubismOffscreenRenderTarget_XXX` and `CubismOffscreenManager_XXX`, as well as the interfaces `ICubismOffscreenRenderTarget` and `ICubismOffscreenManager`, in order to reuse `CubismRenderTarget_XXX` for Offscreen rendering.
12
+
* Add support for Blend mode and Offscreen drawing in Vulkan.
13
+
14
+
### Fixed
15
+
16
+
* Fix an issue that caused performance degradation on Metal.
17
+
* Fix clipping mask pre-processing by consolidating functions.
18
+
* Fix unused macros in OpenGL.
19
+
* Fix incomplete OpenGL shader issue.
20
+
* Fix incorrect UV coordinates when using masks with D3D9 and D3D11.
21
+
* Fix typos in `CubismFramework.hpp`.
22
+
7
23
8
24
## [5-r.5-beta.2] - 2025-10-30
9
25
@@ -517,6 +533,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Copy file name to clipboardExpand all lines: NOTICE.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,6 @@
4
4
5
5
# Notices
6
6
7
-
## [Restrictions] Operating Environment for Cubism 5 SDK for Native R5 beta2 (Updated 2025-10-30)
8
-
9
-
Please be aware that the Cubism 5 SDK for Native R5 beta2 does not support builds in Vulkan environments.
10
-
Support for Vulkan, including new features of Cubism 5.3, is planned for future updates.
11
-
Other environments are supported.
12
-
13
-
## [Cautions] Performance of Cubism 5 SDK for Native R5 beta2 in Metal Environments (2025-10-30)
14
-
15
-
When rendering models in the Metal environment of Cubism 5 SDK for Native R5 beta2, performance may degrade in iOS 26, iPadOS 26, and macOS 26 environments.
16
-
This issue is believed to be caused by overhead from the command encoders (`MTLRenderCommandEncoder` and `MTLBlitCommandEncoder`).
17
-
We will investigate and consider addressing this issue in future updates, including modifications to the Framework and migration to the latest Metal version.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ Comments of the source codes are being translated into English.
20
20
Please [Go Here](./TRANSLATION.md) for the status.
21
21
22
22
23
-
## Compatibility with Cubism 5 new features and previous Cubism SDK versions
23
+
## Compatibility with Cubism 5.3 new features and previous Cubism SDK versions
24
24
25
-
This SDK is compatible with Cubism 5.
26
-
For SDK compatibility with new features in Cubism 5 Editor, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/cubism-5-new-functions/).
27
-
For compatibility with previous versions of Cubism SDK, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/compatibility-with-cubism-5/).
25
+
This SDK is compatible with Cubism 5.3.
26
+
For SDK compatibility with new features in Cubism 5.3 Editor, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/cubism-5-3-new-functions/).
27
+
For compatibility with previous versions of Cubism SDK, please refer to [here](https://docs.live2d.com/en/cubism-sdk-manual/compatibility-with-cubism-5-3/).
0 commit comments