예제 #1
0
 public MaterialSamplerBinding(RenderingDevice device,
                               ITexture texture,
                               SamplerState samplerState) : base()
 {
     Texture      = texture.Ref();
     SamplerState = samplerState.Ref();
 }