diff options
| author | crudelios <crudelios@gmail.com> | 2014-09-17 02:04:37 +0100 |
|---|---|---|
| committer | crudelios <crudelios@gmail.com> | 2014-10-10 12:28:15 +0100 |
| commit | 176ea06e8233386f397eaa6d8941747d6f035576 (patch) | |
| tree | 897f3e02f57c526acf3c3366bffb56d46d32fb02 /Source/Core/VideoCommon/BoundingBox.cpp | |
| parent | 47c67f014f9f882e27e29203eab97dc3c7753f6a (diff) | |
Get buildbot to compile.
Diffstat (limited to 'Source/Core/VideoCommon/BoundingBox.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BoundingBox.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Source/Core/VideoCommon/BoundingBox.cpp b/Source/Core/VideoCommon/BoundingBox.cpp index c919dfe161..a2c63afb89 100644 --- a/Source/Core/VideoCommon/BoundingBox.cpp +++ b/Source/Core/VideoCommon/BoundingBox.cpp @@ -2,13 +2,15 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include "VideoCommon/PixelShaderManager.h" -#include "VideoBackends/Software/SetupUnit.h" -#include "VideoBackends/Software/TransformUnit.h" + + #include "VideoBackends/Software/Clipper.h" #include "VideoBackends/Software/Rasterizer.h" - +#include "VideoBackends/Software/SetupUnit.h" +#include "VideoBackends/Software/TransformUnit.h" #include "VideoCommon/BoundingBox.h" +#include "VideoCommon/PixelShaderManager.h" + namespace BoundingBox { @@ -123,7 +125,7 @@ void LOADERDECL Update() myVertex.texMtx[5] = (vertexDesc.Tex5MatIdx) ? texMtxIdx[idx++] : MatrixIndexB.Tex5MtxIdx; myVertex.texMtx[6] = (vertexDesc.Tex6MatIdx) ? texMtxIdx[idx++] : MatrixIndexB.Tex6MtxIdx; myVertex.texMtx[7] = (vertexDesc.Tex7MatIdx) ? texMtxIdx[idx++] : MatrixIndexB.Tex7MtxIdx; - + // Feed texture coordinate data for (int i = 0; i < 8; ++i) { |
