opengldrv.h
来自「虚幻的再开发程序包源代码」· C头文件 代码 · 共 24 行
H
24 行
/*=============================================================================
OpenGlDrv.h: Unreal OpenGL support header.
Copyright 1997-1999 Epic Games, Inc. All Rights Reserved.
Revision history:
* Created by Tim Sweeney
* Multitexture and context support - Andy Hanson (hanson@3dfx.com) and
Jack Mathews (jack@3dfx.com)
=============================================================================*/
/*-----------------------------------------------------------------------------
Includes.
-----------------------------------------------------------------------------*/
#include <windows.h>
#include <gl/gl.h>
#include "Engine.h"
#include "UnRender.h"
/*-----------------------------------------------------------------------------
The End.
-----------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?