summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestRenderScripts.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated submodules; removed tests folder (tests are now part of every submodule)assiduous2019-12-251-220/+0
|
* Updates to comply with addition of ShaderFlags to ↵Egor Yusov2019-03-051-2/+2
| | | | IPipelineState::BindStaticResources
* Updated test to compy with the new APIEgor Yusov2019-03-021-3/+2
|
* Updated input layout element to use explicit AutoOffset and AutoStrideEgor Yusov2019-02-191-1/+1
|
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-031-3/+3
|
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-241-4/+6
| | | | Added explicit static resource binding initialization in SRB objects
* Implemented explicit resource state transitionsEgor Yusov2018-11-211-11/+0
|
* Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov2018-10-191-2/+2
|
* Enabled seperate samplersEgor Yusov2018-10-181-0/+3
|
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-021-2/+2
|
* Updated back buffer format to match the one from the swap chain in the testsEgor Yusov2018-05-311-3/+3
|
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-291-5/+5
|
* Updated multiple testsEgor Yusov2018-05-291-1/+1
|
* Moved primitive topology to pipeline stateEgor Yusov2018-04-141-6/+4
|
* Added testsEgor Yusov2018-02-151-0/+229