Web报错:路径问题

This commit is contained in:
2025-07-15 18:33:21 +08:00
parent 4dafe56a5e
commit 8c1752f6d7
989 changed files with 2825 additions and 264302 deletions

View File

@ -259,6 +259,16 @@ var UniversalMediaPlayer = {
return undefined;
},
UMPNativeGetTexturePointer: function () {
// WebGL 实现
return 0;
},
UMPNativeSetPixelsBuffer: function () {
// WebGL 实现
},
UMPNativeUpdateFrameBuffer: function () {
// WebGL 实现
}
};
autoAddDeps(UniversalMediaPlayer, 'states');