Browse Source

Changed MRT format to float32.

Mark Sibly 8 năm trước cách đây
mục cha
commit
3d15252e08
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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