@babylonjs/core
Version:
Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.
5 lines • 335 B
JavaScript
/** This file must only contain pure code and pure imports */
// Re-export the pure implementation from its new AbstractEngine location.
// The legacy wrapper keeps the side-effectful compatibility import.
export * from "../AbstractEngine/abstractEngine.textureSelector.pure.js";
//# sourceMappingURL=engine.textureSelector.pure.js.map