@@ -2661,7 +2661,6 @@ public partial struct FResState
26612661 public enum FCommandType : uint
26622662 {
26632663 None ,
2664- End ,
26652664 Label ,
26662665 BeginScope ,
26672666 EndScope ,
@@ -2691,7 +2690,7 @@ public enum FResourceRefType : byte
26912690
26922691 public unsafe partial struct FResourceMeta
26932692 {
2694- [ NativeTypeName ( "__AnonymousRecord_Command_L62_C9 " ) ]
2693+ [ NativeTypeName ( "__AnonymousRecord_Command_L60_C9 " ) ]
26952694 public _Anonymous_e__Union Anonymous;
26962695
26972696 [ NativeTypeName ( "Coplt::FResourceRefType" ) ]
@@ -2860,7 +2859,7 @@ public partial struct FBarrier
28602859 [ NativeTypeName ( "Coplt::FBarrierType" ) ]
28612860 public FBarrierType Type ;
28622861
2863- [ NativeTypeName ( "__AnonymousRecord_Command_L168_C9 " ) ]
2862+ [ NativeTypeName ( "__AnonymousRecord_Command_L166_C9 " ) ]
28642863 public _Anonymous_e__Union Anonymous ;
28652864
28662865 [ UnscopedRef ]
@@ -3047,9 +3046,6 @@ public enum FStoreOp : byte
30473046
30483047 public partial struct FRenderInfo
30493048 {
3050- [ NativeTypeName( "Coplt ::u32 ") ]
3051- public uint CommandCount ;
3052-
30533049 [ NativeTypeName( "Coplt ::FResourceRef ") ]
30543050 public FResourceRef Dsv;
30553051
@@ -3083,6 +3079,9 @@ public partial struct FRenderInfo
30833079 [ NativeTypeName ( "FStoreOp[8]" ) ]
30843080 public _RtvStoreOp_e__FixedBuffer RtvStoreOp;
30853081
3082+ [ NativeTypeName ( "Coplt::b8" ) ]
3083+ public B8 HasUavWrites;
3084+
30863085 [ InlineArray ( 8 ) ]
30873086 public partial struct _Rtv_e__FixedBuffer
30883087 {
@@ -3128,8 +3127,6 @@ public partial struct _RtvStoreOp_e__FixedBuffer
31283127
31293128 public partial struct FComputeInfo
31303129 {
3131- [ NativeTypeName ( "Coplt::u32" ) ]
3132- public uint CommandCount ;
31333130 }
31343131
31353132 public partial struct FBufferRange
@@ -3356,6 +3353,9 @@ public partial struct FCommandRender
33563353
33573354 [ NativeTypeName ( "Coplt::u32" ) ]
33583355 public uint CommandStartIndex;
3356+
3357+ [ NativeTypeName ( "Coplt::u32" ) ]
3358+ public uint CommandCount;
33593359 }
33603360
33613361 [ NativeTypeName ( "struct FCommandCompute : Coplt::FCommandBase" ) ]
@@ -3368,6 +3368,9 @@ public partial struct FCommandCompute
33683368
33693369 [ NativeTypeName ( "Coplt::u32" ) ]
33703370 public uint CommandStartIndex;
3371+
3372+ [ NativeTypeName ( "Coplt::u32" ) ]
3373+ public uint CommandCount;
33713374 }
33723375
33733376 [ NativeTypeName ( "struct FCommandSetPipeline : Coplt::FCommandBase" ) ]
@@ -3465,7 +3468,7 @@ public partial struct FCommandDispatch
34653468
34663469 public partial struct FCommandItem
34673470 {
3468- [ NativeTypeName ( "__AnonymousRecord_Command_L490_C9 " ) ]
3471+ [ NativeTypeName ( "__AnonymousRecord_Command_L489_C9 " ) ]
34693472 public _Anonymous_e__Union Anonymous;
34703473
34713474 [ UnscopedRef ]
@@ -3663,7 +3666,7 @@ public partial struct __pad_e__FixedBuffer
36633666
36643667 public partial struct FRenderCommandItem
36653668 {
3666- [ NativeTypeName( "__AnonymousRecord_Command_L518_C9 ") ]
3669+ [ NativeTypeName( "__AnonymousRecord_Command_L517_C9 ") ]
36673670 public _Anonymous_e__Union Anonymous ;
36683671
36693672 [ UnscopedRef]
@@ -3833,7 +3836,7 @@ public partial struct __pad_e__FixedBuffer
38333836
38343837 public partial struct FComputeCommandItem
38353838 {
3836- [ NativeTypeName( "__AnonymousRecord_Command_L541_C9 ") ]
3839+ [ NativeTypeName( "__AnonymousRecord_Command_L540_C9 ") ]
38373840 public _Anonymous_e__Union Anonymous ;
38383841
38393842 [ UnscopedRef]
0 commit comments