mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Feat] (MG_State/TextureState): Add dirty mark for MipmapLevelInternal.
This commit is contained in:
@@ -187,6 +187,7 @@ namespace MobileGL {
|
|||||||
|
|
||||||
struct MipmapLevelInternal : MipmapLevelBase {
|
struct MipmapLevelInternal : MipmapLevelBase {
|
||||||
Data data;
|
Data data;
|
||||||
|
Bool dirty = false;
|
||||||
|
|
||||||
MipmapLevelInternal(const MipmapLevelInput& input) : MipmapLevelBase(input) {
|
MipmapLevelInternal(const MipmapLevelInput& input) : MipmapLevelBase(input) {
|
||||||
if (input.inputData.data && input.inputData.size > 0) {
|
if (input.inputData.data && input.inputData.size > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user