コード例 #1
0
ファイル: GraphicsDevice.cs プロジェクト: khbecker/FNA
 public void SetStringMarkerEXT(string text)
 {
     GLDevice.SetStringMarker(text);
 }