C# 클래스 NoesisGUI.MonoGameWrapper.Helpers.DeviceDX11StateHelper

This helper provide methods for saving and restoring DX11 graphics device state with MonoGame. Provided by NoesisGUI team
파일 보기 프로젝트 열기: aienabled/NoesisGUI.MonoGameWrapper

공개 메소드들

메소드 설명
Restore ( DeviceContext context ) : void
Save ( DeviceContext context ) : void

메소드 상세

Restore() 공개 메소드

public Restore ( DeviceContext context ) : void
context DeviceContext
리턴 void

Save() 공개 메소드

public Save ( DeviceContext context ) : void
context DeviceContext
리턴 void