コード例 #1
0
 public override SharpMedia.Math.Vector4f Sample(SharpMedia.Graphics.States.SamplerState state, SharpMedia.Math.Vector2f x)
 {
     return(Sampler.Sample(state, this, x));
 }
コード例 #2
0
ファイル: TextureFill.cs プロジェクト: zigaosolin/SharpMedia
 public SharpMedia.Math.Vector4f CalcCustomAttribute(uint id, object shape, SharpMedia.Math.Vector2f pos)
 {
     throw new InvalidOperationException("Fill has no custom attributes.");
 }