コード例 #1
0
ファイル: Program.cs プロジェクト: Kryptos-FR/xenko-archive
        static void Main(string[] args)
        {
            var shaderCompilerServer = new ShaderCompilerServer();

            shaderCompilerServer.Listen(13335);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: Powerino73/paradox
 static void Main(string[] args)
 {
     var shaderCompilerServer = new ShaderCompilerServer();
     shaderCompilerServer.Listen(13335);
 }