summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestShaderResourceLayout.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-12Updated submodules (added unit tests). Reworked TestAppassiduous1-447/+0
2019-10-29Fixed few compiler warningsEgor Yusov1-1/+1
2019-10-25Fixed a number of clang warning to reduce the log size and fix travis build e...Egor Yusov1-1/+5
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-04-07Updated DRAW_FLAG to match API 240022Egor Yusov1-1/+1
2019-04-06Updated API version to 240021Egor Yusov1-3/+3
2019-04-05Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...Egor Yusov1-84/+84
2019-03-08Updated Core & testsEgor Yusov1-4/+4
2019-03-07Added shader resource print; updated coreEgor Yusov1-0/+4
2019-03-05Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...Egor Yusov1-1/+1
2019-03-05Updated Shader res layout & shader var access testsEgor Yusov1-2/+9
2019-03-02Fixed error message in TestShaderResourceLayoutEgor Yusov1-2/+2
2019-03-02Updated test to compy with the new APIEgor Yusov1-105/+105
2019-02-09Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov1-7/+7
2019-01-02Updated copyright notice + updated submodulesEgor Yusov1-1/+1
2018-12-10Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov1-3/+1
2018-12-04Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov1-1/+1
2018-12-03Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov1-2/+2
2018-12-02Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov1-1/+1
2018-12-01Added state transition mode to ClearRenderTarget()Egor Yusov1-1/+1
2018-12-01Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov1-1/+1
2018-11-27Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov1-0/+1
2018-11-24Added explicit control over resource transitions in draw commandEgor Yusov1-1/+1
2018-11-01Updated Core & Samples; updated readme (added minimal cmake example - fixed h...Egor Yusov1-0/+1
2018-10-30Updated core (using glslang to compile HLSL directly to SPIRV)Egor Yusov1-1/+1
2018-10-19Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov1-3/+3
2018-10-18Enabled seperate samplersEgor Yusov1-1/+1
2018-08-27Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov1-8/+16
2018-08-03Updated core submodule; added shader variable access testsEgor Yusov1-41/+91
2018-05-29Updated multiple testsEgor Yusov1-27/+81
2018-05-23Updated shader resource layout testEgor Yusov1-6/+34
2018-05-20Test App: updated shader resource layout testEgor Yusov1-12/+50
2018-05-13Added separate images, samplers, texel uniform and storage buffersEgor Yusov1-2/+47
2018-05-12Added shader resource layout testEgor Yusov1-0/+108
2018-05-07Test app: added shader resource layout initialization test; updated gl shadersEgor Yusov1-0/+101