1 parent a36fc77 commit 500186bCopy full SHA for 500186b
1 file changed
test/test_device.cpp
@@ -327,7 +327,7 @@ UTEST( Device, QueryFormatSupport )
327
EXPECT_TRUE( ( rgba8Support & nvrhi::FormatSupport::ShaderSample ) != nvrhi::FormatSupport::None );
328
329
// Test format support flags
330
- nvrhi::FormatSupport depthSupport = vhQueryFormatSupport( nvrhi::Format::D24S8 );
+ nvrhi::FormatSupport depthSupport = vhQueryFormatSupport( nvrhi::Format::D32S8 );
331
EXPECT_TRUE( ( depthSupport & nvrhi::FormatSupport::DepthStencil ) != nvrhi::FormatSupport::None );
332
333
nvrhi::FormatSupport floatSupport = vhQueryFormatSupport( nvrhi::Format::R32_FLOAT );
0 commit comments