qt5base-lts/tests/auto/gui/rhi/qrhi/data
Laszlo Agocs 0a59101495 rhi: Add support for separate image and sampler objects
For Direct 3D, Metal, and Vulkan this is natively supported. (and
makes no difference in particular for D3D and Metal because they do
not have the legacy combined image sampler concept anyways)

With OpenGL it will work too, but this relies on SPIR-Cross magic and
is still using a combined sampler (e.g. a sampler2D) in the GLSL
shader. The GL backend walks back and forth in the mapping tables from
the shader baker in order to make this work, which is presumably
slightly more expensive than combined image samplers.

Do note that combined image samplers (i.e. sampler2D in the shader and
QRhiShaderResourceBinding::sampledTexture() in code) continue to be
the primary, recommended way for any user of the rhi for the time
being.

Change-Id: I194721bc657b1ffbcc1bb79e6eadebe569a25087
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2022-01-06 14:56:25 +01:00
..
buildshaders.bat rhi: Add support for separate image and sampler objects 2022-01-06 14:56:25 +01:00
qt256.png rhi: Autotest rendering a textured quad 2019-10-09 17:15:06 +02:00
simple.frag rhi: Autotest rendering a triangle 2019-10-09 17:15:05 +02:00
simple.frag.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
simple.vert rhi: Autotest rendering a triangle 2019-10-09 17:15:05 +02:00
simple.vert.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
simpletextured_array.frag rhi: Add support for arrays of combined image samplers 2020-03-05 19:40:41 +01:00
simpletextured_array.frag.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
simpletextured_separate.frag rhi: Add support for separate image and sampler objects 2022-01-06 14:56:25 +01:00
simpletextured_separate.frag.qsb rhi: Add support for separate image and sampler objects 2022-01-06 14:56:25 +01:00
simpletextured.frag rhi: Autotest rendering a textured quad 2019-10-09 17:15:06 +02:00
simpletextured.frag.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
simpletextured.vert rhi: Autotest rendering a textured quad 2019-10-09 17:15:06 +02:00
simpletextured.vert.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
textured_multiubuf.frag rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
textured_multiubuf.frag.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
textured_multiubuf.vert rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
textured_multiubuf.vert.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
textured.frag rhi: Autotest rendering with uniform buffer 2019-10-09 17:15:06 +02:00
textured.frag.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00
textured.vert rhi: Autotest rendering with uniform buffer 2019-10-09 17:15:06 +02:00
textured.vert.qsb rhi: d3d: Fix dynamic offsets with multiple buffers 2020-09-23 16:59:06 +02:00