C# Class HelloWindow12, terrafx.interop.windows

Inheritance: DX12Sample
ファイルを表示 Open project: terrafx/terrafx.interop.windows

Public Methods

Method Description
HelloWindow12 ( string name ) : System,
OnUpdate ( TimeSpan, delta ) : void

Protected Methods

Method Description
Draw ( ) : void

Method Details

Draw() protected method

protected Draw ( ) : void
return void

HelloWindow12() public method

public HelloWindow12 ( string name ) : System,
name string
return System,

OnUpdate() public method

public OnUpdate ( TimeSpan, delta ) : void
delta TimeSpan,
return void