Add flag for depth rendering.
PiperOrigin-RevId: 846203691 Change-Id: I5ec494446bcfc1f7c81536a87dd24f9967973563
This commit is contained in:
committed by
Copybara-Service
parent
47e35e632f
commit
7190bd4912
@@ -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)',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user