summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestShaderVarAccess.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-12Updated submodules (added unit tests). Reworked TestAppassiduous1-649/+0
2019-10-29Fixed few compiler warningsEgor Yusov1-1/+1
2019-10-29Fixed few clang warningsEgor Yusov1-8/+8
2019-10-25Fixed a number of clang warning to reduce the log size and fix travis build e...Egor Yusov1-10/+19
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-116/+116
2019-03-08Fixed linux/mac build errorEgor Yusov1-1/+1
2019-03-08Updated Core & testsEgor Yusov1-84/+92
2019-03-07Added shader resource print; updated coreEgor Yusov1-0/+22
2019-03-05Updated Shader res layout & shader var access testsEgor Yusov1-1/+47
2019-03-02Updated test to compy with the new APIEgor Yusov1-110/+110
2019-02-09Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov1-12/+12
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-3/+3
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 explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGSEgor 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-2/+2
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-10-18Enabled seperate samplersEgor Yusov1-0/+1
2018-10-08Fixed warnings related to RW buffers in TestShaderVarAccess; updated coreEgor Yusov1-3/+14
2018-09-09Updated test + core and samples submodulesEgor Yusov1-0/+7
2018-08-27Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov1-6/+18
2018-08-22Updated core (implemented shader variable access by index)Egor Yusov1-17/+13
2018-08-03Updated Core submodule & shader var access testEgor Yusov1-7/+18
2018-08-03Updated core submodule; added shader variable access testsEgor Yusov1-0/+527