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.036 seconds with 19 queries.