summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestShaderVarAccess.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright notice + updated submodulesEgor Yusov2019-01-021-1/+1
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-101-3/+1
* Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov2018-12-041-3/+3
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-031-2/+2
* Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov2018-12-021-1/+1
* Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGSEgor Yusov2018-12-011-1/+1
* Added state transition mode to ClearRenderTarget()Egor Yusov2018-12-011-1/+1
* Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov2018-12-011-2/+2
* Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov2018-11-271-0/+1
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-241-1/+1
* Enabled seperate samplersEgor Yusov2018-10-181-0/+1
* Fixed warnings related to RW buffers in TestShaderVarAccess; updated coreEgor Yusov2018-10-081-3/+14
* Updated test + core and samples submodulesEgor Yusov2018-09-091-0/+7
* Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov2018-08-271-6/+18
* Updated core (implemented shader variable access by index)Egor Yusov2018-08-221-17/+13
* Updated Core submodule & shader var access testEgor Yusov2018-08-031-7/+18
* Updated core submodule; added shader variable access testsEgor Yusov2018-08-031-0/+527