C# 클래스 OpenTK.Platform.Factory2

상속: IPlatformFactory
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
CreateDisplayDeviceDriver ( ) : IDisplayDeviceDriver
CreateGLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
CreateGLContext ( GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate
CreateGraphicsMode ( ) : IGraphicsMode
CreateKeyboardDriver ( ) : OpenTK.Input.IKeyboardDriver
CreateNativeWindow ( int x, int y, int width, int height, string title, GraphicsMode mode, GameWindowFlags options, DisplayDevice device ) : INativeWindow

비공개 메소드들

메소드 설명
Factory2 ( ) : System

메소드 상세

CreateDisplayDeviceDriver() 공개 메소드

public CreateDisplayDeviceDriver ( ) : IDisplayDeviceDriver
리턴 IDisplayDeviceDriver

CreateGLContext() 공개 메소드

public CreateGLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
handle ContextHandle
window IWindowInfo
shareContext IGraphicsContext
directRendering bool
major int
minor int
flags GraphicsContextFlags
리턴 IGraphicsContext

CreateGLContext() 공개 메소드

public CreateGLContext ( GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
mode GraphicsMode
window IWindowInfo
shareContext IGraphicsContext
directRendering bool
major int
minor int
flags GraphicsContextFlags
리턴 IGraphicsContext

CreateGetCurrentGraphicsContext() 공개 메소드

public CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate
리턴 GraphicsContext.GetCurrentContextDelegate

CreateGraphicsMode() 공개 메소드

public CreateGraphicsMode ( ) : IGraphicsMode
리턴 IGraphicsMode

CreateKeyboardDriver() 공개 메소드

public CreateKeyboardDriver ( ) : OpenTK.Input.IKeyboardDriver
리턴 OpenTK.Input.IKeyboardDriver

CreateNativeWindow() 공개 메소드

public CreateNativeWindow ( int x, int y, int width, int height, string title, GraphicsMode mode, GameWindowFlags options, DisplayDevice device ) : INativeWindow
x int
y int
width int
height int
title string
mode GraphicsMode
options GameWindowFlags
device DisplayDevice
리턴 INativeWindow