C# Class Glare.Graphics.Sampler

Provides state which is used in shaders to govern how textures are sampled.
Inheritance: SamplerResource
Mostrar archivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Sampler ( ) : System

Protected Methods

Method Description
DisposeBase ( ) : void
Get1d ( SamplerParameterName pname ) : double
Get1i ( SamplerParameterName pname ) : int
Set ( SamplerParameterName pname, double value ) : void
Set ( SamplerParameterName pname, int value ) : void

Private Methods

Method Description
AllocateId ( ) : int

Method Details

DisposeBase() protected method

protected DisposeBase ( ) : void
return void

Get1d() protected method

protected Get1d ( SamplerParameterName pname ) : double
pname SamplerParameterName
return double

Get1i() protected method

protected Get1i ( SamplerParameterName pname ) : int
pname SamplerParameterName
return int

Sampler() public method

public Sampler ( ) : System
return System

Set() protected method

protected Set ( SamplerParameterName pname, double value ) : void
pname SamplerParameterName
value double
return void

Set() protected method

protected Set ( SamplerParameterName pname, int value ) : void
pname SamplerParameterName
value int
return void