2 Copyright 2010-2017, The AROS Development Team. All rights reserved.
6 #include "gallium_intern.h"
8 /*****************************************************************************
12 AROS_LH2(void, DestroyPipeScreen
,
15 AROS_LHA(PipeHandle_t
, pipe
, A0
),
16 AROS_LHA(struct pipe_screen
*, pscreen
, A1
),
19 struct Library
*, GalliumBase
, 8, Gallium
)
22 Disposes the pipe screen
25 handle - a pointer to pipe screen structure. A NULL pointer will be
29 The pipe screen is freed. Don't use it anymore.
37 *****************************************************************************/
43 pscreen
->destroy(pscreen
);