You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Update CURRENT_ICBE_VERSION when modifying the patch list
445
445
static_assert( sizeof( SPatchAllocateStatelessPrintfSurface ) == ( 16 + sizeof( SPatchItemHeader ) ) , "The size of SPatchAllocateStatelessPrintfSurface is not what is expected" );
446
446
447
-
structSPatchAllocateSyncBuffer :
448
-
SPatchItemHeader
449
-
{
450
-
uint32_t SurfaceStateHeapOffset;
451
-
uint32_t DataParamOffset;
452
-
uint32_t DataParamSize;
453
-
};
454
-
455
-
// Update CURRENT_ICBE_VERSION when modifying the patch list
456
-
static_assert( sizeof( SPatchAllocateSyncBuffer ) == ( 12 + sizeof( SPatchItemHeader ) ), "The size of SPatchAllocateSyncBuffer is not what is expected" );
0 commit comments