UNPKG

@awayjs/renderer

Version:
11 lines (10 loc) 316 B
/** * MethodVO contains data for a given shader object for the use within a single material. * This allows shader methods to be shared across materials while their non-public state differs. */ var ChunkVO = /** @class */ (function () { function ChunkVO() { } return ChunkVO; }()); export { ChunkVO };