diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-12-26 13:09:16 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-12-26 13:09:16 +0000 |
| commit | 95a341a4e95aceffd82c04ff114dd7a3e6feb6cd (patch) | |
| tree | cf1deaf09e80f7914ea5803e4053aa127490e12d /Source/Core/VideoCommon/VideoCommon.vcproj | |
| parent | ab01e9e8537c00b9783f79d3989c7ba35e18b5d8 (diff) | |
GL Vertex loader moved to VideoCommon.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1692 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/VideoCommon.vcproj')
| -rw-r--r-- | Source/Core/VideoCommon/VideoCommon.vcproj | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoCommon.vcproj b/Source/Core/VideoCommon/VideoCommon.vcproj index 502d104e48..95dc4965d0 100644 --- a/Source/Core/VideoCommon/VideoCommon.vcproj +++ b/Source/Core/VideoCommon/VideoCommon.vcproj @@ -550,6 +550,46 @@ <Filter
Name="VertexLoading"
>
+ <File
+ RelativePath=".\Src\VertexLoader.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader_Color.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader_Color.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader_Normal.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader_Normal.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader_Position.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader_Position.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader_TextCoord.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\VertexLoader_TextCoord.h"
+ >
+ </File>
</Filter>
<File
RelativePath=".\Src\DataReader.h"
@@ -564,6 +604,10 @@ >
</File>
<File
+ RelativePath=".\Src\memcpy_amd.cpp"
+ >
+ </File>
+ <File
RelativePath=".\Src\NativeVertexFormat.h"
>
</File>
|
