We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528ccf1 commit c810a07Copy full SHA for c810a07
src/utils/GBufferConfig.ts
@@ -78,7 +78,7 @@ export class GBufferConfig extends EventDispatcher<BaseEventMap> {
78
[GBuffer.DEPTH, "DEPTH_BUFFER_PRECISION sampler2D depth;"],
79
[GBuffer.NORMAL, "mediump sampler2D normal;"],
80
[GBuffer.ORM, "lowp sampler2D orm;"],
81
- [GBuffer.EMISSION, "FRAME_BUFFER_PRECISION sampler2D emission;"]
+ [GBuffer.EMISSION, "mediump sampler2D emission;"]
82
]);
83
84
const gDataStructDeclaration = new ObservableMap([
0 commit comments