Skip to content

Commit

Permalink
Merge pull request #1281 from actnwit/refactor/requre-hdrpng
Browse files Browse the repository at this point in the history
refactor: require hdrpng
  • Loading branch information
emadurandal authored Jul 25, 2023
2 parents faeddf6 + 8036d06 commit 2d49232
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webgl/WebGLResourceRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ import { ShaderSemanticsInfo } from '../foundation/definitions/ShaderSemanticsIn
import { Sampler } from '../foundation/textures/Sampler';
import { EnumIO } from '../foundation/misc/EnumIO';
import { CubeTexture } from '../foundation/textures/CubeTexture';

declare let HDRImage: any;
const HDRImage = require('../../vendor/hdrpng.min.js');

export type VertexHandles = {
vaoHandle: CGAPIResourceHandle;
Expand Down

0 comments on commit 2d49232

Please sign in to comment.