qt5base-lts/tests/manual/rhi/cubemap_render/cubemap_render.qrc
Laszlo Agocs 1f267b7e6d rhi: Add render-to-cubemap manual test
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>
2020-01-13 15:52:58 +01:00

11 lines
310 B
Plaintext

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>cubemap_oneface.vert.qsb</file>
<file>cubemap_oneface.frag.qsb</file>
<file>cubemap_mrt.vert.qsb</file>
<file>cubemap_mrt.frag.qsb</file>
<file>cubemap_sample.vert.qsb</file>
<file>cubemap_sample.frag.qsb</file>
</qresource>
</RCC>