Use Pixel Buffer Objects (OpenGL)

This commit is contained in:
FunkyFr3sh 2017-11-16 22:21:13 +01:00
parent f28955e1f8
commit 8f3b947eb1
4 changed files with 137 additions and 18 deletions

View file

@ -1,4 +1,6 @@
1 VERSIONINFO
FILEVERSION 1,1,1,0
PRODUCTVERSION 1,1,1,0
{
BLOCK "StringFileInfo"
{
@ -6,13 +8,13 @@
{
VALUE "CompanyName", "cncnet.org"
VALUE "FileDescription", "DirectDraw replacement for C&C95 and Red Alert"
VALUE "FileVersion", "1.1.0.0"
VALUE "FileVersion", "1.1.1.0"
VALUE "InternalName", "ddraw"
VALUE "LegalCopyright", "Copyright (c) 2010-2017"
VALUE "LegalTrademarks", ""
VALUE "OriginalFileName", "ddraw.dll"
VALUE "ProductName", "DirectDraw replacement for C&C95 and Red Alert"
VALUE "ProductVersion", "1.1.0.0"
VALUE "ProductVersion", "1.1.1.0"
VALUE "Comments", "https://cncnet.org"
}
}