Share via


IGLKNamedEffect Interface

Definition

A class that allows pre-drawing initialization for an effect.

[Foundation.Protocol(Name="GLKNamedEffect", WrapperType=typeof(GLKit.GLKNamedEffectWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="PrepareToDraw", Selector="prepareToDraw")]
public interface IGLKNamedEffect : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="GLKNamedEffect", WrapperType=typeof(GLKit.GLKNamedEffectWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="PrepareToDraw", Selector="prepareToDraw")>]
type IGLKNamedEffect = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
PrepareToDraw()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to

See also