Browse Source

Changed MRT format to float32.

Mark Sibly 8 years ago
parent
commit
3d15252e08
1 changed files with 2 additions and 1 deletions
  1. 2 1
      modules/mojo3d/graphics/deferredrenderer.monkey2

+ 2 - 1
modules/mojo3d/graphics/deferredrenderer.monkey2

@@ -5,7 +5,8 @@ Private
 
 Const WIDTH:=1920
 Const HEIGHT:=1080
-Const MRT_COLOR_FORMAT:=PixelFormat.RGBA8'RGBA32F
+'Const MRT_COLOR_FORMAT:=PixelFormat.RGBA8		'8 bit
+Const MRT_COLOR_FORMAT:=PixelFormat.RGBA32F		'32 bit float
 
 Public