Table of Contents

Class GLShaderHandle

Namespace
Gsk.Internal
Assembly
Gsk-4.0.dll
public class GLShaderHandle : ObjectHandle, IDisposable
Inheritance
GLShaderHandle
Implements
Inherited Members

Constructors

GLShaderHandle(nint, bool)

public GLShaderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static GLShaderHandle For<T>(ConstructArgument[] constructArguments) where T : GLShader, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

GLShaderHandle

Type Parameters

T