Пример #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();
 }