copyTextureToTexture.fragment.d.ts 157 B

123456
  1. import "./ShadersInclude/helperFunctions";
  2. /** @internal */
  3. export declare const copyTextureToTexturePixelShader: {
  4. name: string;
  5. shader: string;
  6. };