type LightMaterialContextProps = {
bindApplyMaterial: (s: ShaderModule) => ShaderModule,
useApplyMaterial: (s: ShaderModule) => ShaderModule,
useNoApplyMaterial: () => void,
}
packages / workbench / src / providers / light-material-provider.ts