Add flag for depth rendering.

PiperOrigin-RevId: 846203691
Change-Id: I5ec494446bcfc1f7c81536a87dd24f9967973563
This commit is contained in:
Haroon Qureshi
2025-12-18 04:35:28 -08:00
committed by Copybara-Service
parent 47e35e632f
commit 7190bd4912
11 changed files with 76 additions and 17 deletions
+1 -1
View File
@@ -10169,7 +10169,7 @@ STRUCTS: Mapping[str, StructDecl] = dict([
name='flags',
type=ArrayType(
inner_type=ValueType(name='mjtByte'),
extents=(10,),
extents=(11,),
),
doc='rendering flags (indexed by mjtRndFlag)',
),