summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestRenderTargets.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-25Updated submodules; removed tests folder (tests are now part of every submodule)assiduous1-442/+0
2019-04-07Updated DRAW_FLAG to match API 240022Egor Yusov1-1/+1
2019-03-05Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...Egor Yusov1-2/+2
2019-03-02Updated test to compy with the new APIEgor Yusov1-31/+35
2018-12-04Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov1-19/+19
2018-12-03Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov1-3/+3
2018-12-03Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov1-1/+1
2018-12-02Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov1-6/+6
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-6/+6
2018-12-01Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov1-18/+18
2018-11-24Added explicit control over resource transitions in draw commandEgor Yusov1-4/+5
2018-11-21Implemented explicit resource state transitionsEgor Yusov1-1/+2
2018-10-18Enabled seperate samplersEgor Yusov1-3/+6
2018-07-03Updated Math lib tests and render target testEgor Yusov1-1/+2
2018-04-14Moved primitive topology to pipeline stateEgor Yusov1-3/+4
2018-02-17Fixed test app runtime issues on iOSEgor Yusov1-1/+1
2018-02-15Added testsEgor Yusov1-0/+431