Explorar o código

Changed MRT format to float32.

Mark Sibly %!s(int64=8) %!d(string=hai) anos
pai
achega
3d15252e08
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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