mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 04:38: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 {
|
||||
Data data;
|
||||
Bool dirty = false;
|
||||
|
||||
MipmapLevelInternal(const MipmapLevelInput& input) : MipmapLevelBase(input) {
|
||||
if (input.inputData.data && input.inputData.size > 0) {
|
||||
|
||||
Reference in New Issue
Block a user