随笔分类 - DX11
摘要:#include<Windows.h> //函数声明 LRESULT CALLBACK WndProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam ); //****wWinMain函数,程序入口点函数****************
阅读全文
摘要:Dx11DemoBase.h #pragma once #include <d3d11.h> #include <D3DX11.h> #include <DxErr.h> #pragma comment(lib, "d3d11.lib") #pragma comment(lib, "d3dx11.l
阅读全文
摘要:#include <windows.h> #include <d3d11.h> #include <DxErr.h> #include <D3DX11.h> #pragma comment(lib, "d3d11.lib") #pragma comment(lib, "d3dx11.lib") #p
阅读全文

浙公网安备 33010602011771号