GPUTexture:height 属性
注意:此功能在 Web Workers 中可用。
GPUTexture 接口的height 只读属性表示 GPUTexture 的高度。
此属性是根据传递给初始 GPUDevice.createTexture() 调用的描述符对象中的 size 属性值设置的。
注意:此功能在 Web Workers 中可用。
GPUTexture 接口的height 只读属性表示 GPUTexture 的高度。
此属性是根据传递给初始 GPUDevice.createTexture() 调用的描述符对象中的 size 属性值设置的。