Skip to content

Commit c810a07

Browse files
committed
Update GBufferConfig.ts
1 parent 528ccf1 commit c810a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/GBufferConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class GBufferConfig extends EventDispatcher<BaseEventMap> {
7878
[GBuffer.DEPTH, "DEPTH_BUFFER_PRECISION sampler2D depth;"],
7979
[GBuffer.NORMAL, "mediump sampler2D normal;"],
8080
[GBuffer.ORM, "lowp sampler2D orm;"],
81-
[GBuffer.EMISSION, "FRAME_BUFFER_PRECISION sampler2D emission;"]
81+
[GBuffer.EMISSION, "mediump sampler2D emission;"]
8282
]);
8383

8484
const gDataStructDeclaration = new ObservableMap([

0 commit comments

Comments
 (0)