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