NvBlastAssetGetSize
Defined in lowlevel/NvBlast.h
-
uint32_t NvBlastAssetGetSize(const NvBlastAsset *asset, NvBlastLog logFn)
Retrieve the memory size (in bytes) of the given data asset.
- Parameters
asset – [in] The asset. Cannot be NULL.
logFn – [in] User-supplied message function (see NvBlastLog definition). May be NULL.
- Returns
the memory size of the asset (in bytes).