问题模块 框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
客户端 小游戏 Bug iOS ios 10.3.2 iphone5s 6.7.0
自己创建了一张贴图,在模拟器上是好的,真机运行起来完全是黑色
创建代码如下,format 是 RGBA, type是/*laya.webgl.WebGLContext.TEXTURE_2D*/
switch (this._format){
case /*laya.webgl.WebGLContext.RGB*/0x1907:
case /*laya.webgl.WebGLContext.RGBA*/0x1908: gl.texImage2D(this._type,0,this._format,w,h,0,this._format,/*laya.webgl.WebGLContext.UNSIGNED_BYTE*/0x1401, new Uint8Array(RawData, 0, RawData.length), 0);
break ;
};
模拟器截图
真机截图
微信小程序开发问题解答
本文网址:http://www.91bianli.com/weixinxiaochengxu/44279.html