2 Copyright 2010, The AROS Development Team. All rights reserved.
6 #include "gallium_intern.h"
8 /*****************************************************************************
12 AROS_LH1(void, DestroyPipeScreen
,
15 AROS_LHA(struct pipe_screen
*, screen
, A0
),
18 struct Library
*, GalliumBase
, 6, Gallium
)
21 Disposes the pipe screen
24 handle - a pointer to pipe screen structure. A NULL pointer will be
28 The pipe screen is freed. Don't use it anymore.
36 *****************************************************************************/
42 screen
->destroy(screen
);