textmode.js 0.1.8 → 0.1.9-beta.2

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.
@@ -1474,6 +1474,15 @@ const IA = (E) => class extends E {
1474
1474
  setUniform(A, t) {
1475
1475
  this.Dt.GA(A, t);
1476
1476
  }
1477
+ image(A, t, e, s, r) {
1478
+ this.Dt.kA(A, t, e, s, r);
1479
+ }
1480
+ clear() {
1481
+ this.Dt.OA();
1482
+ }
1483
+ createFramebuffer(A, t, e = {}) {
1484
+ return this.Dt.TA(A, t, e);
1485
+ }
1477
1486
  };
1478
1487
  class L {
1479
1488
  Se(A) {
@@ -2044,7 +2053,7 @@ class j {
2044
2053
  u.u(A);
2045
2054
  }
2046
2055
  static get version() {
2047
- return "0.1.8";
2056
+ return "0.1.9-beta.2";
2048
2057
  }
2049
2058
  }
2050
2059
  const LA = Object.freeze(Object.defineProperty({ __proto__: null }, Symbol.toStringTag, { value: "Module" })), kA = j.create, jA = j.setErrorLevel, VA = j.version;