@predy-js/render-interface 0.3.0-beta.247 → 0.3.0-beta.249
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/statistic.js +1 -1
- package/dist/types/Texture.d.ts +1 -0
- package/package.json +1 -1
- package/types/Texture.ts +1 -0
package/dist/statistic.js
CHANGED
package/dist/types/Texture.d.ts
CHANGED
@@ -189,6 +189,7 @@ export interface TextureConfigOptionsBase {
|
|
189
189
|
}
|
190
190
|
export interface TextureConfigOptions extends TextureConfigOptionsBase {
|
191
191
|
sourceFrom?: TextureFactorySourceFrom;
|
192
|
+
premultiplyAlpha?: boolean;
|
192
193
|
}
|
193
194
|
export interface TextureFormatOptions {
|
194
195
|
format?: GLenum;
|
package/package.json
CHANGED
package/types/Texture.ts
CHANGED