glfw/examples/PBO
2017-09-20 14:46:24 +08:00
..
glInfo.cpp 添加pbo 2017-09-20 14:46:24 +08:00
glInfo.h 添加pbo 2017-09-20 14:46:24 +08:00
main.cpp 添加pbo 2017-09-20 14:46:24 +08:00
PBO.vcxproj 添加pbo 2017-09-20 14:46:24 +08:00
PBO.vcxproj.filters 添加pbo 2017-09-20 14:46:24 +08:00
pbo.vcxproj.user 添加pbo 2017-09-20 14:46:24 +08:00
ReadMe.txt 添加pbo 2017-09-20 14:46:24 +08:00
stdafx.cpp 添加pbo 2017-09-20 14:46:24 +08:00
stdafx.h 添加pbo 2017-09-20 14:46:24 +08:00
targetver.h 添加pbo 2017-09-20 14:46:24 +08:00
Timer.cpp 添加pbo 2017-09-20 14:46:24 +08:00
Timer.h 添加pbo 2017-09-20 14:46:24 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

========================================================================
    控制台应用程序PBO 项目概述
========================================================================

应用程序向导已为您创建了此 PBO 应用程序。

本文件概要介绍组成 PBO 应用程序的每个文件的内容。


PBO.vcxproj
    这是使用应用程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。

PBO.vcxproj.filters
    这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。

PBO.cpp
    这是主应用程序源文件。

/////////////////////////////////////////////////////////////////////////////
其他标准文件:

StdAfx.h, StdAfx.cpp
    这些文件用于生成名为 PBO.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。

/////////////////////////////////////////////////////////////////////////////
其他注释:

应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。

/////////////////////////////////////////////////////////////////////////////