summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/cubemap_render/cubemap_oneface.frag.qsb
Commit message (Collapse)AuthorAgeFilesLines
* rhi: Regenerate shaders for some manual testsLaszlo Agocs2020-10-111-0/+0
| | | | | | | The qsb files seem to be out of date for those two. Change-Id: Id832e872667cac4d364e13c440011109a6dbdc7f Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* rhi: Add render-to-cubemap manual testLaszlo Agocs2020-01-131-0/+0
What's more, demonstrate two types of rendering to a cubemap: one by one to each face, and by attaching all faces as color attachments in one go. Both are used by Qt Quick 3D in connection with shadows, so this proves that the same is possible to implement with QRhi. Task-number: QTBUG-81261 Change-Id: I5c7077224d7cae0dd6ea02ac30a9e6f9f1f0c229 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>