Browse Source

fix: Code Block

xhwanlan 1 year ago
parent
commit
59be028d5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jp/manual/graphics/low-level-api/pipeline-state.md

+ 1 - 1
jp/manual/graphics/low-level-api/pipeline-state.md

@@ -63,7 +63,7 @@ var mutablePipelineState = new MutablePipelineState();
 // 値を設定して再構築
 // Setting values and rebuilding
 mutablePipelineState.State.BlendState = BlendStates.AlphaBlend;
-mutablePipelineState.Update
+mutablePipelineState.Update();
  
 // ステートをパイプラインに適用
 // Applying the state to the pipeline