Show / Hide Table of Contents

Class GL.Sgis

Inheritance
Object
GL.Sgis
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class Sgis

Methods

DetailTexFunc(TextureTarget, Int32, Single*)

[requires: SGIS_detail_texture]

Declaration
[AutoGenerated(Category = "SGIS_detail_texture", Version = "", EntryPoint = "glDetailTexFuncSGIS")]
[CLSCompliant(false)]
public static void DetailTexFunc(TextureTarget target, int n, [Count(Parameter = "n*2")] float *points)
Parameters
Type Name Description
TextureTarget target
Int32 n
Single* points

[length: n*2]

DetailTexFunc(TextureTarget, Int32, ref Single)

[requires: SGIS_detail_texture]

Declaration
[AutoGenerated(Category = "SGIS_detail_texture", Version = "", EntryPoint = "glDetailTexFuncSGIS")]
[CLSCompliant(false)]
public static void DetailTexFunc(TextureTarget target, int n, [Count(Parameter = "n*2")] ref float points)
Parameters
Type Name Description
TextureTarget target
Int32 n
Single points

[length: n*2]

DetailTexFunc(TextureTarget, Int32, Single[])

[requires: SGIS_detail_texture]

Declaration
[AutoGenerated(Category = "SGIS_detail_texture", Version = "", EntryPoint = "glDetailTexFuncSGIS")]
[CLSCompliant(false)]
public static void DetailTexFunc(TextureTarget target, int n, [Count(Parameter = "n*2")] float[] points)
Parameters
Type Name Description
TextureTarget target
Int32 n
Single[] points

[length: n*2]

FogFunc(Int32, Single*)

[requires: SGIS_fog_function]

Declaration
[AutoGenerated(Category = "SGIS_fog_function", Version = "", EntryPoint = "glFogFuncSGIS")]
[CLSCompliant(false)]
public static void FogFunc(int n, [Count(Parameter = "n*2")] float *points)
Parameters
Type Name Description
Int32 n
Single* points

[length: n*2]

FogFunc(Int32, ref Single)

[requires: SGIS_fog_function]

Declaration
[AutoGenerated(Category = "SGIS_fog_function", Version = "", EntryPoint = "glFogFuncSGIS")]
[CLSCompliant(false)]
public static void FogFunc(int n, [Count(Parameter = "n*2")] ref float points)
Parameters
Type Name Description
Int32 n
Single points

[length: n*2]

FogFunc(Int32, Single[])

[requires: SGIS_fog_function]

Declaration
[AutoGenerated(Category = "SGIS_fog_function", Version = "", EntryPoint = "glFogFuncSGIS")]
[CLSCompliant(false)]
public static void FogFunc(int n, [Count(Parameter = "n*2")] float[] points)
Parameters
Type Name Description
Int32 n
Single[] points

[length: n*2]

GetDetailTexFunc(TextureTarget)

[requires: SGIS_detail_texture]

Declaration
[AutoGenerated(Category = "SGIS_detail_texture", Version = "", EntryPoint = "glGetDetailTexFuncSGIS")]
[CLSCompliant(false)]
public static float GetDetailTexFunc(TextureTarget target)
Parameters
Type Name Description
TextureTarget target
Returns
Type Description
Single

GetDetailTexFunc(TextureTarget, Single*)

[requires: SGIS_detail_texture]

Declaration
[AutoGenerated(Category = "SGIS_detail_texture", Version = "", EntryPoint = "glGetDetailTexFuncSGIS")]
[CLSCompliant(false)]
public static void GetDetailTexFunc(TextureTarget target, [Count(Computed = "target")] float *points)
Parameters
Type Name Description
TextureTarget target
Single* points

[length: COMPSIZE(target)]

GetDetailTexFunc(TextureTarget, out Single)

[requires: SGIS_detail_texture]

Declaration
[AutoGenerated(Category = "SGIS_detail_texture", Version = "", EntryPoint = "glGetDetailTexFuncSGIS")]
[CLSCompliant(false)]
public static void GetDetailTexFunc(TextureTarget target, [Count(Computed = "target")] out float points)
Parameters
Type Name Description
TextureTarget target
Single points

[length: COMPSIZE(target)]

GetDetailTexFunc(TextureTarget, Single[])

[requires: SGIS_detail_texture]

Declaration
[AutoGenerated(Category = "SGIS_detail_texture", Version = "", EntryPoint = "glGetDetailTexFuncSGIS")]
[CLSCompliant(false)]
public static void GetDetailTexFunc(TextureTarget target, [Count(Computed = "target")] float[] points)
Parameters
Type Name Description
TextureTarget target
Single[] points

[length: COMPSIZE(target)]

GetFogFunc()

[requires: SGIS_fog_function]

Declaration
[AutoGenerated(Category = "SGIS_fog_function", Version = "", EntryPoint = "glGetFogFuncSGIS")]
[CLSCompliant(false)]
public static float GetFogFunc()
Returns
Type Description
Single

GetFogFunc(Single*)

[requires: SGIS_fog_function]

Declaration
[AutoGenerated(Category = "SGIS_fog_function", Version = "", EntryPoint = "glGetFogFuncSGIS")]
[CLSCompliant(false)]
public static void GetFogFunc([Count(Computed = "")] float *points)
Parameters
Type Name Description
Single* points

[length: COMPSIZE()]

GetFogFunc(out Single)

[requires: SGIS_fog_function]

Declaration
[AutoGenerated(Category = "SGIS_fog_function", Version = "", EntryPoint = "glGetFogFuncSGIS")]
[CLSCompliant(false)]
public static void GetFogFunc([Count(Computed = "")] out float points)
Parameters
Type Name Description
Single points

[length: COMPSIZE()]

GetFogFunc(Single[])

[requires: SGIS_fog_function]

Declaration
[AutoGenerated(Category = "SGIS_fog_function", Version = "", EntryPoint = "glGetFogFuncSGIS")]
[CLSCompliant(false)]
public static void GetFogFunc([Count(Computed = "")] float[] points)
Parameters
Type Name Description
Single[] points

[length: COMPSIZE()]

GetPixelTexGenParameter(PixelTexGenParameterNameSgis)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static float GetPixelTexGenParameter(PixelTexGenParameterNameSgis pname)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Returns
Type Description
Single

GetPixelTexGenParameter(PixelTexGenParameterNameSgis, Int32*)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] int *params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Int32* params

GetPixelTexGenParameter(PixelTexGenParameterNameSgis, out Int32)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] out int params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Int32 params

GetPixelTexGenParameter(PixelTexGenParameterNameSgis, Int32[])

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] int[] params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Int32[] params

GetPixelTexGenParameter(PixelTexGenParameterNameSgis, Single*)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] float *params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Single* params

GetPixelTexGenParameter(PixelTexGenParameterNameSgis, out Single)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] out float params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Single params

GetPixelTexGenParameter(PixelTexGenParameterNameSgis, Single[])

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] float[] params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Single[] params

GetPixelTexGenParameter(SgisPixelTexture)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static float GetPixelTexGenParameter(SgisPixelTexture pname)
Parameters
Type Name Description
SgisPixelTexture pname
Returns
Type Description
Single

GetPixelTexGenParameter(SgisPixelTexture, Int32*)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] int *params)
Parameters
Type Name Description
SgisPixelTexture pname
Int32* params

GetPixelTexGenParameter(SgisPixelTexture, out Int32)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] out int params)
Parameters
Type Name Description
SgisPixelTexture pname
Int32 params

GetPixelTexGenParameter(SgisPixelTexture, Int32[])

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] int[] params)
Parameters
Type Name Description
SgisPixelTexture pname
Int32[] params

GetPixelTexGenParameter(SgisPixelTexture, Single*)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] float *params)
Parameters
Type Name Description
SgisPixelTexture pname
Single* params

GetPixelTexGenParameter(SgisPixelTexture, out Single)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] out float params)
Parameters
Type Name Description
SgisPixelTexture pname
Single params

GetPixelTexGenParameter(SgisPixelTexture, Single[])

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glGetPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void GetPixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] float[] params)
Parameters
Type Name Description
SgisPixelTexture pname
Single[] params

GetSharpenTexFunc(TextureTarget)

[requires: SGIS_sharpen_texture]

Declaration
[AutoGenerated(Category = "SGIS_sharpen_texture", Version = "", EntryPoint = "glGetSharpenTexFuncSGIS")]
[CLSCompliant(false)]
public static float GetSharpenTexFunc(TextureTarget target)
Parameters
Type Name Description
TextureTarget target
Returns
Type Description
Single

GetSharpenTexFunc(TextureTarget, Single*)

[requires: SGIS_sharpen_texture]

Declaration
[AutoGenerated(Category = "SGIS_sharpen_texture", Version = "", EntryPoint = "glGetSharpenTexFuncSGIS")]
[CLSCompliant(false)]
public static void GetSharpenTexFunc(TextureTarget target, [Count(Computed = "target")] float *points)
Parameters
Type Name Description
TextureTarget target
Single* points

[length: COMPSIZE(target)]

GetSharpenTexFunc(TextureTarget, out Single)

[requires: SGIS_sharpen_texture]

Declaration
[AutoGenerated(Category = "SGIS_sharpen_texture", Version = "", EntryPoint = "glGetSharpenTexFuncSGIS")]
[CLSCompliant(false)]
public static void GetSharpenTexFunc(TextureTarget target, [Count(Computed = "target")] out float points)
Parameters
Type Name Description
TextureTarget target
Single points

[length: COMPSIZE(target)]

GetSharpenTexFunc(TextureTarget, Single[])

[requires: SGIS_sharpen_texture]

Declaration
[AutoGenerated(Category = "SGIS_sharpen_texture", Version = "", EntryPoint = "glGetSharpenTexFuncSGIS")]
[CLSCompliant(false)]
public static void GetSharpenTexFunc(TextureTarget target, [Count(Computed = "target")] float[] points)
Parameters
Type Name Description
TextureTarget target
Single[] points

[length: COMPSIZE(target)]

GetTexFilterFunc(TextureTarget, SgisTextureFilter4, Single*)

[requires: SGIS_texture_filter4]

Declaration
[AutoGenerated(Category = "SGIS_texture_filter4", Version = "", EntryPoint = "glGetTexFilterFuncSGIS")]
[CLSCompliant(false)]
public static void GetTexFilterFunc(TextureTarget target, SgisTextureFilter4 filter, [Count(Computed = "target,filter")] float *weights)
Parameters
Type Name Description
TextureTarget target
SgisTextureFilter4 filter
Single* weights

[length: COMPSIZE(target,filter)]

GetTexFilterFunc(TextureTarget, SgisTextureFilter4, out Single)

[requires: SGIS_texture_filter4]

Declaration
[AutoGenerated(Category = "SGIS_texture_filter4", Version = "", EntryPoint = "glGetTexFilterFuncSGIS")]
[CLSCompliant(false)]
public static void GetTexFilterFunc(TextureTarget target, SgisTextureFilter4 filter, [Count(Computed = "target,filter")] out float weights)
Parameters
Type Name Description
TextureTarget target
SgisTextureFilter4 filter
Single weights

[length: COMPSIZE(target,filter)]

GetTexFilterFunc(TextureTarget, SgisTextureFilter4, Single[])

[requires: SGIS_texture_filter4]

Declaration
[AutoGenerated(Category = "SGIS_texture_filter4", Version = "", EntryPoint = "glGetTexFilterFuncSGIS")]
[CLSCompliant(false)]
public static void GetTexFilterFunc(TextureTarget target, SgisTextureFilter4 filter, [Count(Computed = "target,filter")] float[] weights)
Parameters
Type Name Description
TextureTarget target
SgisTextureFilter4 filter
Single[] weights

[length: COMPSIZE(target,filter)]

PixelTexGenParameter(PixelTexGenParameterNameSgis, Int32)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameteriSGIS")]
public static void PixelTexGenParameter(PixelTexGenParameterNameSgis pname, int param)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Int32 param

PixelTexGenParameter(PixelTexGenParameterNameSgis, Int32*)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void PixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] int *params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Int32* params

PixelTexGenParameter(PixelTexGenParameterNameSgis, Int32[])

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void PixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] int[] params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Int32[] params

PixelTexGenParameter(PixelTexGenParameterNameSgis, Single)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterfSGIS")]
public static void PixelTexGenParameter(PixelTexGenParameterNameSgis pname, float param)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Single param

PixelTexGenParameter(PixelTexGenParameterNameSgis, Single*)

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void PixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] float *params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Single* params

PixelTexGenParameter(PixelTexGenParameterNameSgis, Single[])

[requires: SGIS_pixel_texture]

Declaration
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void PixelTexGenParameter(PixelTexGenParameterNameSgis pname, [Count(Computed = "pname")] float[] params)
Parameters
Type Name Description
PixelTexGenParameterNameSgis pname
Single[] params

PixelTexGenParameter(SgisPixelTexture, Int32)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameteriSGIS")]
public static void PixelTexGenParameter(SgisPixelTexture pname, int param)
Parameters
Type Name Description
SgisPixelTexture pname
Int32 param

PixelTexGenParameter(SgisPixelTexture, Int32*)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void PixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] int *params)
Parameters
Type Name Description
SgisPixelTexture pname
Int32* params

PixelTexGenParameter(SgisPixelTexture, Int32[])

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterivSGIS")]
[CLSCompliant(false)]
public static void PixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] int[] params)
Parameters
Type Name Description
SgisPixelTexture pname
Int32[] params

PixelTexGenParameter(SgisPixelTexture, Single)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterfSGIS")]
public static void PixelTexGenParameter(SgisPixelTexture pname, float param)
Parameters
Type Name Description
SgisPixelTexture pname
Single param

PixelTexGenParameter(SgisPixelTexture, Single*)

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void PixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] float *params)
Parameters
Type Name Description
SgisPixelTexture pname
Single* params

PixelTexGenParameter(SgisPixelTexture, Single[])

[requires: SGIS_pixel_texture]

Declaration
[Obsolete("Use PixelTexGenParameterNameSgis overload instead")]
[AutoGenerated(Category = "SGIS_pixel_texture", Version = "", EntryPoint = "glPixelTexGenParameterfvSGIS")]
[CLSCompliant(false)]
public static void PixelTexGenParameter(SgisPixelTexture pname, [Count(Computed = "pname")] float[] params)
Parameters
Type Name Description
SgisPixelTexture pname
Single[] params

PointParameter(SgisPointParameters, Single)

[requires: SGIS_point_parameters] Specify point parameters

Declaration
[AutoGenerated(Category = "SGIS_point_parameters", Version = "", EntryPoint = "glPointParameterfSGIS")]
public static void PointParameter(SgisPointParameters pname, float param)
Parameters
Type Name Description
SgisPointParameters pname

Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted.

Single param

For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.

PointParameter(SgisPointParameters, Single*)

[requires: SGIS_point_parameters] Specify point parameters

Declaration
[AutoGenerated(Category = "SGIS_point_parameters", Version = "", EntryPoint = "glPointParameterfvSGIS")]
[CLSCompliant(false)]
public static void PointParameter(SgisPointParameters pname, [Count(Computed = "pname")] float *params)
Parameters
Type Name Description
SgisPointParameters pname

Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted.

Single* params

PointParameter(SgisPointParameters, Single[])

[requires: SGIS_point_parameters] Specify point parameters

Declaration
[AutoGenerated(Category = "SGIS_point_parameters", Version = "", EntryPoint = "glPointParameterfvSGIS")]
[CLSCompliant(false)]
public static void PointParameter(SgisPointParameters pname, [Count(Computed = "pname")] float[] params)
Parameters
Type Name Description
SgisPointParameters pname

Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted.

Single[] params

SampleMask(Single, Boolean)

[requires: SGIS_multisample]

Declaration
[AutoGenerated(Category = "SGIS_multisample", Version = "", EntryPoint = "glSampleMaskSGIS")]
public static void SampleMask(float value, bool invert)
Parameters
Type Name Description
Single value
Boolean invert

SamplePattern(SamplePatternSgis)

[requires: SGIS_multisample]

Declaration
[AutoGenerated(Category = "SGIS_multisample", Version = "", EntryPoint = "glSamplePatternSGIS")]
public static void SamplePattern(SamplePatternSgis pattern)
Parameters
Type Name Description
SamplePatternSgis pattern

SamplePattern(SgisMultisample)

[requires: SGIS_multisample]

Declaration
[Obsolete("Use SamplePatternSgis overload instead")]
[AutoGenerated(Category = "SGIS_multisample", Version = "", EntryPoint = "glSamplePatternSGIS")]
public static void SamplePattern(SgisMultisample pattern)
Parameters
Type Name Description
SgisMultisample pattern

SharpenTexFunc(TextureTarget, Int32, Single*)

[requires: SGIS_sharpen_texture]

Declaration
[AutoGenerated(Category = "SGIS_sharpen_texture", Version = "", EntryPoint = "glSharpenTexFuncSGIS")]
[CLSCompliant(false)]
public static void SharpenTexFunc(TextureTarget target, int n, [Count(Parameter = "n*2")] float *points)
Parameters
Type Name Description
TextureTarget target
Int32 n
Single* points

[length: n*2]

SharpenTexFunc(TextureTarget, Int32, ref Single)

[requires: SGIS_sharpen_texture]

Declaration
[AutoGenerated(Category = "SGIS_sharpen_texture", Version = "", EntryPoint = "glSharpenTexFuncSGIS")]
[CLSCompliant(false)]
public static void SharpenTexFunc(TextureTarget target, int n, [Count(Parameter = "n*2")] ref float points)
Parameters
Type Name Description
TextureTarget target
Int32 n
Single points

[length: n*2]

SharpenTexFunc(TextureTarget, Int32, Single[])

[requires: SGIS_sharpen_texture]

Declaration
[AutoGenerated(Category = "SGIS_sharpen_texture", Version = "", EntryPoint = "glSharpenTexFuncSGIS")]
[CLSCompliant(false)]
public static void SharpenTexFunc(TextureTarget target, int n, [Count(Parameter = "n*2")] float[] points)
Parameters
Type Name Description
TextureTarget target
Int32 n
Single[] points

[length: n*2]

TexFilterFunc(TextureTarget, SgisTextureFilter4, Int32, Single*)

[requires: SGIS_texture_filter4]

Declaration
[AutoGenerated(Category = "SGIS_texture_filter4", Version = "", EntryPoint = "glTexFilterFuncSGIS")]
[CLSCompliant(false)]
public static void TexFilterFunc(TextureTarget target, SgisTextureFilter4 filter, int n, [Count(Parameter = "n")] float *weights)
Parameters
Type Name Description
TextureTarget target
SgisTextureFilter4 filter
Int32 n
Single* weights

[length: n]

TexFilterFunc(TextureTarget, SgisTextureFilter4, Int32, ref Single)

[requires: SGIS_texture_filter4]

Declaration
[AutoGenerated(Category = "SGIS_texture_filter4", Version = "", EntryPoint = "glTexFilterFuncSGIS")]
[CLSCompliant(false)]
public static void TexFilterFunc(TextureTarget target, SgisTextureFilter4 filter, int n, [Count(Parameter = "n")] ref float weights)
Parameters
Type Name Description
TextureTarget target
SgisTextureFilter4 filter
Int32 n
Single weights

[length: n]

TexFilterFunc(TextureTarget, SgisTextureFilter4, Int32, Single[])

[requires: SGIS_texture_filter4]

Declaration
[AutoGenerated(Category = "SGIS_texture_filter4", Version = "", EntryPoint = "glTexFilterFuncSGIS")]
[CLSCompliant(false)]
public static void TexFilterFunc(TextureTarget target, SgisTextureFilter4 filter, int n, [Count(Parameter = "n")] float[] weights)
Parameters
Type Name Description
TextureTarget target
SgisTextureFilter4 filter
Int32 n
Single[] weights

[length: n]

TexImage4D(TextureTarget, Int32, InternalFormat, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, IntPtr)

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexImage4DSGIS")]
public static void TexImage4D(TextureTarget target, int level, InternalFormat internalformat, int width, int height, int depth, int size4d, int border, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] IntPtr pixels)
Parameters
Type Name Description
TextureTarget target
Int32 level
InternalFormat internalformat
Int32 width
Int32 height
Int32 depth
Int32 size4d
Int32 border
PixelFormat format
PixelType type
IntPtr pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

TexImage4D<T10>(TextureTarget, Int32, InternalFormat, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, ref T10)

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexImage4DSGIS")]
public static void TexImage4D<T10>(TextureTarget target, int level, InternalFormat internalformat, int width, int height, int depth, int size4d, int border, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] ref T10 pixels)
    where T10 : struct
Parameters
Type Name Description
TextureTarget target
Int32 level
InternalFormat internalformat
Int32 width
Int32 height
Int32 depth
Int32 size4d
Int32 border
PixelFormat format
PixelType type
T10 pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

Type Parameters
Name Description
T10

TexImage4D<T10>(TextureTarget, Int32, InternalFormat, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T10[])

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexImage4DSGIS")]
[CLSCompliant(false)]
public static void TexImage4D<T10>(TextureTarget target, int level, InternalFormat internalformat, int width, int height, int depth, int size4d, int border, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] T10[] pixels)
    where T10 : struct
Parameters
Type Name Description
TextureTarget target
Int32 level
InternalFormat internalformat
Int32 width
Int32 height
Int32 depth
Int32 size4d
Int32 border
PixelFormat format
PixelType type
T10[] pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

Type Parameters
Name Description
T10

TexImage4D<T10>(TextureTarget, Int32, InternalFormat, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T10[,,])

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexImage4DSGIS")]
[CLSCompliant(false)]
public static void TexImage4D<T10>(TextureTarget target, int level, InternalFormat internalformat, int width, int height, int depth, int size4d, int border, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] T10[,, ] pixels)
    where T10 : struct
Parameters
Type Name Description
TextureTarget target
Int32 level
InternalFormat internalformat
Int32 width
Int32 height
Int32 depth
Int32 size4d
Int32 border
PixelFormat format
PixelType type
T10[,,] pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

Type Parameters
Name Description
T10

TexImage4D<T10>(TextureTarget, Int32, InternalFormat, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T10[,])

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexImage4DSGIS")]
[CLSCompliant(false)]
public static void TexImage4D<T10>(TextureTarget target, int level, InternalFormat internalformat, int width, int height, int depth, int size4d, int border, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] T10[, ] pixels)
    where T10 : struct
Parameters
Type Name Description
TextureTarget target
Int32 level
InternalFormat internalformat
Int32 width
Int32 height
Int32 depth
Int32 size4d
Int32 border
PixelFormat format
PixelType type
T10[,] pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

Type Parameters
Name Description
T10

TexSubImage4D(TextureTarget, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, IntPtr)

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexSubImage4DSGIS")]
public static void TexSubImage4D(TextureTarget target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] IntPtr pixels)
Parameters
Type Name Description
TextureTarget target
Int32 level
Int32 xoffset
Int32 yoffset
Int32 zoffset
Int32 woffset
Int32 width
Int32 height
Int32 depth
Int32 size4d
PixelFormat format
PixelType type
IntPtr pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

TexSubImage4D<T12>(TextureTarget, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, ref T12)

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexSubImage4DSGIS")]
public static void TexSubImage4D<T12>(TextureTarget target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] ref T12 pixels)
    where T12 : struct
Parameters
Type Name Description
TextureTarget target
Int32 level
Int32 xoffset
Int32 yoffset
Int32 zoffset
Int32 woffset
Int32 width
Int32 height
Int32 depth
Int32 size4d
PixelFormat format
PixelType type
T12 pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

Type Parameters
Name Description
T12

TexSubImage4D<T12>(TextureTarget, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T12[])

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexSubImage4DSGIS")]
[CLSCompliant(false)]
public static void TexSubImage4D<T12>(TextureTarget target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] T12[] pixels)
    where T12 : struct
Parameters
Type Name Description
TextureTarget target
Int32 level
Int32 xoffset
Int32 yoffset
Int32 zoffset
Int32 woffset
Int32 width
Int32 height
Int32 depth
Int32 size4d
PixelFormat format
PixelType type
T12[] pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

Type Parameters
Name Description
T12

TexSubImage4D<T12>(TextureTarget, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T12[,,])

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexSubImage4DSGIS")]
[CLSCompliant(false)]
public static void TexSubImage4D<T12>(TextureTarget target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] T12[,, ] pixels)
    where T12 : struct
Parameters
Type Name Description
TextureTarget target
Int32 level
Int32 xoffset
Int32 yoffset
Int32 zoffset
Int32 woffset
Int32 width
Int32 height
Int32 depth
Int32 size4d
PixelFormat format
PixelType type
T12[,,] pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

Type Parameters
Name Description
T12

TexSubImage4D<T12>(TextureTarget, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T12[,])

[requires: SGIS_texture4D]

Declaration
[AutoGenerated(Category = "SGIS_texture4D", Version = "", EntryPoint = "glTexSubImage4DSGIS")]
[CLSCompliant(false)]
public static void TexSubImage4D<T12>(TextureTarget target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, PixelFormat format, PixelType type, [Count(Computed = "format,type,width,height,depth,size4d")] T12[, ] pixels)
    where T12 : struct
Parameters
Type Name Description
TextureTarget target
Int32 level
Int32 xoffset
Int32 yoffset
Int32 zoffset
Int32 woffset
Int32 width
Int32 height
Int32 depth
Int32 size4d
PixelFormat format
PixelType type
T12[,] pixels

[length: COMPSIZE(format,type,width,height,depth,size4d)]

Type Parameters
Name Description
T12

TextureColorMask(Boolean, Boolean, Boolean, Boolean)

[requires: SGIS_texture_color_mask]

Declaration
[AutoGenerated(Category = "SGIS_texture_color_mask", Version = "", EntryPoint = "glTextureColorMaskSGIS")]
public static void TextureColorMask(bool red, bool green, bool blue, bool alpha)
Parameters
Type Name Description
Boolean red
Boolean green
Boolean blue
Boolean alpha
In This Article
Back to top Generated by DocFX