示例#1
0
 public float GetSamplerStageStateSingle(int stage, SamplerStageStates state)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public int GetSamplerStageStateInt32(int stage, SamplerStageStates state)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public bool GetSamplerStageStateBoolean(int stage, SamplerStageStates state)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public void SetSamplerState(int stage, SamplerStageStates state, int value)
 {
     throw new NotImplementedException();
 }