Esempio n. 1
0
 public float GetTextureStageStateSingle(int stage, TextureStageStates state)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public int GetTextureStageStateInt32(int stage, TextureStageStates state)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public bool GetTextureStageStateBoolean(int stage, TextureStageStates state)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void SetTextureStageState(int stage, TextureStageStates state, int value)
 {
     throw new NotImplementedException();
 }