textures_blending.h

来自「用brew开发3D的例程」· C头文件 代码 · 共 37 行

H
37
字号
#ifndef TEXTURES_BLENDING_H
#define TEXTURES_BLENDING_H

/*=================================================================================
FILE:       textures_blending.h

DESCRIPTION: This is the header file for the textures and blending tutorials, 
			 containing textures and blending specific data and function prototypes.
                        
           
         
        Copyright (c) 1999-2003 QUALCOMM Incorporated.
               All Rights Reserved.
            QUALCOMM Proprietary/GTDR
=================================================================================*/



#include "tutori3d.h"


/* Public functions */
boolean TutorI3D_InitTexturesBlendingScreen(TutorI3D* pMe);
boolean TutorI3D_DrawTexturesBlendingMenu(TutorI3D* pMe);
boolean TutorI3D_TexturesBlendingHandleEvent(TutorI3D* pMe, AEEEvent event, 
											uint16 wParam, uint32 dwParam);


void TexturesBlendingRenderManipulateBuf(TutorI3D* pMe);
void TexturesBlendingAlphaManipulateBuf(TutorI3D* pMe);
void TexturesBlendingPerspectiveManipulateBuf(TutorI3D* pMe);


#define ALPHA_UNIT 1

#endif

⌨️ 快捷键说明

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