summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/offscreen/offscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/offscreen/offscreen.cpp')
-rw-r--r--tests/manual/rhi/offscreen/offscreen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/rhi/offscreen/offscreen.cpp b/tests/manual/rhi/offscreen/offscreen.cpp
index 838dc9d2c8..678d6ffe48 100644
--- a/tests/manual/rhi/offscreen/offscreen.cpp
+++ b/tests/manual/rhi/offscreen/offscreen.cpp
@@ -264,8 +264,8 @@ int main(int argc, char **argv)
qFatal("Failed to load shader pack (fragment)");
ps->setShaderStages({
- { QRhiGraphicsShaderStage::Vertex, vs },
- { QRhiGraphicsShaderStage::Fragment, fs }
+ { QRhiShaderStage::Vertex, vs },
+ { QRhiShaderStage::Fragment, fs }
});
QRhiVertexInputLayout inputLayout;