index
:
DiligentEngine
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
TestApp
/
src
/
TestShaderResourceLayout.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-12
Updated submodules (added unit tests). Reworked TestApp
assiduous
1
-447
/
+0
2019-10-29
Fixed few compiler warnings
Egor Yusov
1
-1
/
+1
2019-10-25
Fixed a number of clang warning to reduce the log size and fix travis build e...
Egor Yusov
1
-1
/
+5
2019-09-17
Updated copyright notice
Egor Yusov
1
-1
/
+1
2019-04-07
Updated DRAW_FLAG to match API 240022
Egor Yusov
1
-1
/
+1
2019-04-06
Updated API version to 240021
Egor Yusov
1
-3
/
+3
2019-04-05
Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...
Egor Yusov
1
-84
/
+84
2019-03-08
Updated Core & tests
Egor Yusov
1
-4
/
+4
2019-03-07
Added shader resource print; updated core
Egor Yusov
1
-0
/
+4
2019-03-05
Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...
Egor Yusov
1
-1
/
+1
2019-03-05
Updated Shader res layout & shader var access tests
Egor Yusov
1
-2
/
+9
2019-03-02
Fixed error message in TestShaderResourceLayout
Egor Yusov
1
-2
/
+2
2019-03-02
Updated test to compy with the new API
Egor Yusov
1
-105
/
+105
2019-02-09
Replaced reference to initial data parameter with pointer in CreateTexture an...
Egor Yusov
1
-7
/
+7
2019-01-02
Updated copyright notice + updated submodules
Egor Yusov
1
-1
/
+1
2018-12-10
Updated core & samples submodules. Using convenience constructors for DrawAtt...
Egor Yusov
1
-3
/
+1
2018-12-04
Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...
Egor Yusov
1
-1
/
+1
2018-12-03
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
1
-2
/
+2
2018-12-02
Added explicit state transition control to CopyBuffer and CopyTexture methods
Egor Yusov
1
-1
/
+1
2018-12-01
Added state transition mode to ClearRenderTarget()
Egor Yusov
1
-1
/
+1
2018-12-01
Improved thread safety of enum flags; added explicit state transitions to Set...
Egor Yusov
1
-1
/
+1
2018-11-27
Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...
Egor Yusov
1
-0
/
+1
2018-11-24
Added explicit control over resource transitions in draw command
Egor Yusov
1
-1
/
+1
2018-11-01
Updated Core & Samples; updated readme (added minimal cmake example - fixed h...
Egor Yusov
1
-0
/
+1
2018-10-30
Updated core (using glslang to compile HLSL directly to SPIRV)
Egor Yusov
1
-1
/
+1
2018-10-19
Updated BIND_SHADER_RESOURCES_* flags
Egor Yusov
1
-3
/
+3
2018-10-18
Enabled seperate samplers
Egor Yusov
1
-1
/
+1
2018-08-27
Updated core & tools (implemented raw buffers plus other improvements)
Egor Yusov
1
-8
/
+16
2018-08-03
Updated core submodule; added shader variable access tests
Egor Yusov
1
-41
/
+91
2018-05-29
Updated multiple tests
Egor Yusov
1
-27
/
+81
2018-05-23
Updated shader resource layout test
Egor Yusov
1
-6
/
+34
2018-05-20
Test App: updated shader resource layout test
Egor Yusov
1
-12
/
+50
2018-05-13
Added separate images, samplers, texel uniform and storage buffers
Egor Yusov
1
-2
/
+47
2018-05-12
Added shader resource layout test
Egor Yusov
1
-0
/
+108
2018-05-07
Test app: added shader resource layout initialization test; updated gl shaders
Egor Yusov
1
-0
/
+101