소스 검색

Changed MRT format to float32.

Mark Sibly 8 년 전
부모
커밋
3d15252e08
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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