Updated OpenTK to current trunk. It's a debug release and there were two patches necessary to fix two interface issues.
This commit is contained in:
parent
a7b1f1b663
commit
cfcedc0b9e
BIN
lib/OpenTK/OpenTK.Compatibility.dll
Normal file
BIN
lib/OpenTK/OpenTK.Compatibility.dll
Normal file
Binary file not shown.
11
lib/OpenTK/OpenTK.Compatibility.dll.config
Normal file
11
lib/OpenTK/OpenTK.Compatibility.dll.config
Normal file
@ -0,0 +1,11 @@
|
||||
<configuration>
|
||||
<dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
|
||||
<dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
|
||||
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
|
||||
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
|
||||
<dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
|
||||
<dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
|
||||
<dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
|
||||
<dllmap os="osx" dll="libGLES.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
</configuration>
|
BIN
lib/OpenTK/OpenTK.GLControl.dll
Normal file
BIN
lib/OpenTK/OpenTK.GLControl.dll
Normal file
Binary file not shown.
Binary file not shown.
13
lib/OpenTK/OpenTK.dll.config
Normal file
13
lib/OpenTK/OpenTK.dll.config
Normal file
@ -0,0 +1,13 @@
|
||||
<configuration>
|
||||
<dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
|
||||
<dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
|
||||
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
|
||||
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
|
||||
<dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
|
||||
<dllmap os="linux" dll="libX11" target="libX11.so.6"/>
|
||||
<dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
|
||||
<dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
|
||||
<dllmap os="osx" dll="libGLES.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="opencl.dll" target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
|
||||
</configuration>
|
BIN
lib/OpenTK/OpenTK.pdb
Normal file
BIN
lib/OpenTK/OpenTK.pdb
Normal file
Binary file not shown.
240571
lib/OpenTK/OpenTK.xml
240571
lib/OpenTK/OpenTK.xml
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user