Skip to content

Commit 266a86e

Browse files
author
Thor Hjalmarsson
committed
Update ICB test for iOS
1 parent c0b3f4f commit 266a86e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pxr/imaging/hgiMetal/capabilities.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
// Indirect command buffers not currently supported on Intel GPUs.
8787
icbSupported = false;
8888
}
89+
if (hasIos) {
90+
icbSupported = false;
91+
}
8992

9093
if (!TfGetEnvSetting(HGIMETAL_ENABLE_INDIRECT_COMMAND_BUFFER)) {
9194
icbSupported = false;

0 commit comments

Comments
 (0)