UNPKG

glam

Version:

Experimental WebGL Engine

9 lines (8 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = useAugment; function useAugment(oldMaterial, newMaterial, properties) { return newMaterial(oldMaterial, properties); }