【文件属性】:
文件名称:soil测试程序,可以正常运行
文件大小:176KB
文件格式:EXE
更新时间:2022-06-09 22:01:52
opengl
#include
#include
#include
#include
#include
#include
#include "SOIL.h"
LRESULT CALLBACK WindowProc(HWND, UINT, WPARAM, LPARAM);
void EnableOpenGL(HWND hwnd, HDC*, HGLRC*);
void DisableOpenGL(HWND, HDC, HGLRC);
int WINAPI WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
WNDCLASSEX wcex;
HWND hwnd;
HDC hDC;
HGLRC hRC