summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestComputeShaders.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated submodules; removed tests folder (tests are now part of every submodule)assiduous2019-12-251-372/+0
|
* Updated submodules (API version 240033);Egor Yusov2019-10-191-1/+0
| | | | Enabled bindless mode in Asteroid demo
* Updated core (enabled HLSL Buffer and RWBuffer conversion; fixed issue with ↵Egor Yusov2019-08-101-2/+0
| | | | resource binding)
* Updated DRAW_FLAG to match API 240022Egor Yusov2019-04-071-1/+1
|
* Refactored overloaded IPipelineState::GetStaticShaderVariable and ↵Egor Yusov2019-04-051-1/+1
| | | | IShaderResourceBinding::GetVariable
* Updates to comply with addition of ShaderFlags to ↵Egor Yusov2019-03-051-5/+5
| | | | IPipelineState::BindStaticResources
* Updated test to compy with the new APIEgor Yusov2019-03-021-10/+14
|
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-031-4/+5
|
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-031-3/+3
|
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-241-8/+19
| | | | Added explicit static resource binding initialization in SRB objects
* Implemented explicit resource state transitionsEgor Yusov2018-11-211-3/+4
|
* Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov2018-10-191-6/+6
|
* Enabled seperate samplersEgor Yusov2018-10-181-0/+7
|
* Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov2018-08-271-20/+52
|
* Updated broken shader & comput shader testsEgor Yusov2018-07-051-2/+9
|
* Updated back buffer format to match the one from the swap chain in the testsEgor Yusov2018-05-311-1/+1
|
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-291-3/+3
|
* Test app: added shader resource layout initialization test; updated gl shadersEgor Yusov2018-05-071-2/+2
|
* Moved primitive topology to pipeline stateEgor Yusov2018-04-141-3/+3
|
* Implemened PSO compatibility: updated tests and submodulesEgor Yusov2018-03-121-0/+2
|
* Reduced size of the compute shader group to 128 to avoid error on some GLES ↵Egor2018-02-181-1/+1
| | | | devices
* Added testsEgor Yusov2018-02-151-0/+310