summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include/TestTexturing.h
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-05-29 01:09:48 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-05-29 01:09:48 +0000
commitcd27f5affb46c349987902aa31014500d5fbef79 (patch)
tree79c39c72242c9d08a250dd35412b036f4485224a /Tests/TestApp/include/TestTexturing.h
parentUpdated shader resource layout test (diff)
downloadDiligentEngine-cd27f5affb46c349987902aa31014500d5fbef79.tar.gz
DiligentEngine-cd27f5affb46c349987902aa31014500d5fbef79.zip
Updated multiple tests
Diffstat (limited to 'Tests/TestApp/include/TestTexturing.h')
-rw-r--r--Tests/TestApp/include/TestTexturing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/include/TestTexturing.h b/Tests/TestApp/include/TestTexturing.h
index 6953c74..27d934f 100644
--- a/Tests/TestApp/include/TestTexturing.h
+++ b/Tests/TestApp/include/TestTexturing.h
@@ -30,7 +30,7 @@ class TestTexturing : public UnitTestBase
public:
TestTexturing();
- void Init(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pDeviceContext, Diligent::TEXTURE_FORMAT TexFormat, bool bUseOpenGL, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent);
+ void Init(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pDeviceContext, Diligent::TEXTURE_FORMAT TexFormat, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent);
void Draw();
static void GenerateTextureData(Diligent::IRenderDevice *pRenderDevice, std::vector<Diligent::Uint8> &Data, std::vector<Diligent::TextureSubResData> &SubResouces, const Diligent::TextureDesc &TexDesc, const float *ColorOffset = nullptr);