Class GLCombineTextureSampler
This struct represents all parameters supported in OpenGL for SamplerStateDescription.
Namespace: Evergine.OpenGL
Assembly: Evergine.OpenGL.dll
Syntax
public class GLCombineTextureSampler
Fields
SamplerState
Method used for resolving a v texture coordinate that is outside the 0 to 1 range.
Declaration
public GLSamplerState SamplerState
Field Value
Type | Description |
---|---|
GLSamplerState |
Texture
Method used for resolving a U texture coordinate that is outside the 0 to 1 range.
Declaration
public GLTexture Texture
Field Value
Type | Description |
---|---|
GLTexture |