Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/FDK17プロジェクト/コード/04.グラフィック/CTexture.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 67 by kairera0467, Sat Apr 13 02:57:24 2013 UTC revision 147 by kairera0467, Sat Aug 10 05:37:35 2013 UTC
# Line 503  namespace FDK Line 503  namespace FDK
503                  }                  }
504                  public void t2D上下反転描画( Device device, int x, int y, float depth, Rectangle rc画像内の描画領域 )                  public void t2D上下反転描画( Device device, int x, int y, float depth, Rectangle rc画像内の描画領域 )
505                  {                  {
506                          if( this.texture == null )              if( this.texture == null )
507                                  throw new InvalidOperationException( "テクスチャは生成されていません。" );                                  throw new InvalidOperationException( "テクスチャは生成されていません。" );
508    
509                          this.tレンダリングステートの設定( device );                          this.tレンダリングステートの設定( device );

Legend:
Removed from v.67  
changed lines
  Added in v.147

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26