C# 클래스 Zeplin.Utilities.GraphicsHelper

파일 보기 프로젝트 열기: zumpiez/Zeplin

공개 메소드들

메소드 설명
CreateRenderTarget ( GraphicsDevice device, int width, int height ) : RenderTarget2D
CreateRenderTarget ( int width, int height ) : RenderTarget2D
NextBiggestPow2 ( int value ) : int

메소드 상세

CreateRenderTarget() 공개 정적인 메소드

public static CreateRenderTarget ( GraphicsDevice device, int width, int height ) : RenderTarget2D
device GraphicsDevice
width int
height int
리턴 Microsoft.Xna.Framework.Graphics.RenderTarget2D

CreateRenderTarget() 공개 정적인 메소드

public static CreateRenderTarget ( int width, int height ) : RenderTarget2D
width int
height int
리턴 Microsoft.Xna.Framework.Graphics.RenderTarget2D

NextBiggestPow2() 공개 정적인 메소드

public static NextBiggestPow2 ( int value ) : int
value int
리턴 int