summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/glkit/GLKEffectProperty.inc
blob: 43119ac8089ca8d3f96ffe183bfbdaebf3ec3c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ Parsed from GLKit.framework GLKEffectProperty.h }


{$ifdef TYPES}
type
  GLKEffectPropertyPtr = ^GLKEffectProperty;
{$endif}

{$ifdef TYPES}
type
  GLKEffectPropertyPrvPtr = OpaqueType;
{$endif}

{$ifdef CLASSES}

type
  GLKEffectProperty = objcclass external (NSObject)
  private
    _location: GLint;
    _nameString: GLcharPtr;
    _prv: GLKEffectPropertyPrvPtr;
  end;
{$endif}