uvAttributeDeclaration.d.ts 105 B

12345
  1. /** @internal */
  2. export declare const uvAttributeDeclaration: {
  3. name: string;
  4. shader: string;
  5. };