示例#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();
 }