UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

8 lines (6 loc) 221 B
import {ShaderModule} from '../../types'; /** * An implementation of PBR (Physically-Based Rendering). * Physically Based Shading of a microfacet surface defined by a glTF material. */ export const pbr: ShaderModule;