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