fpc/tests/webtbf/tw1939.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

24 lines
393 B
ObjectPascal

{ %fail }
Type
GLEnum = longint;
tShader=Record
TexturesUsed:Longint;
Primitive:GLenum;
Blended:Boolean;
BlendSrc:GLenum;
BlendDst:GLenum;
ShaderName:String;
End;
Const EmptyShader:tShader=(
TexturesUsed:-1;
Primitive:0;
Blended:False;
BlendSrc:0;
BlendDst:0;
Tag:'');
begin
end.