コード例 #1
0
 public float GetTextureStageStateSingle(int stage, TextureStageStates state)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public int GetTextureStageStateInt32(int stage, TextureStageStates state)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool GetTextureStageStateBoolean(int stage, TextureStageStates state)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void SetTextureStageState(int stage, TextureStageStates state, int value)
 {
     throw new NotImplementedException();
 }