📄 textures_blending.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -