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