resman.c

来自「Lido PXA270平台开发板的最新BSP,包括源代码」· C语言 代码 · 共 47 行

C
47
字号
/******************************************************************************
<module>
* Name         : resman.c
* Title        : D3DM Resource manager callbacks
* Author(s)    : Imagination Technologies
* Created      : 2 March 2004
*
* Copyright    : 2004 by Imagination Technologies Limited.
*                All rights reserved.  No part of this software, either
*                material or conceptual may be copied or distributed,
*                transmitted, transcribed, stored in a retrieval system
*                or translated into any human or computer language in any
*                form by any means, electronic, mechanical, manual or
*                other-wise, or disclosed to third parties without the
*                express written permission of Imagination Technologies
*                Limited, Unit 8, HomePark Industrial Estate,
*                King's Langley, Hertfordshire, WD4 8LZ, U.K.
*
* Description  : D3DMobile resman callback.
*
* Platform     : Windows CE
*
</module>
********************************************************************************/

#include "context.h"

/*----------------------------------------------------------------------------
<function>
	FUNCTION:   PVRD3DM_ResourceManager

	PURPOSE:    

	PARAMETERS:	In:  
	RETURNS:	D3DM_DRIVER_HANDLED || D3DM_DRIVER_NOTHANDLED
</function>
------------------------------------------------------------------------------*/

DWORD PVRD3DM_ResourceManager(D3DM_RESOURCEMANAGER_DATA *prmd)
{
    return D3DM_DRIVER_NOTHANDLED;
}

/*****************************************************************************
 End of file resman.c)
*****************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?