function LoadGLTextureFromFile(const FileName: string; Width: PLongInt = nil; Height: PLongInt = nil): GLuint;
begin
... create texture ...
if Width <> nil then
Width^ := CreatedWidth;
...
end;
Page created in 0.011 seconds with 20 queries.