ContextDestroy

Function ContextDestroy 

Source
pub unsafe extern "C" fn ContextDestroy(
    context: *mut Context,
) -> ErrorCode
Expand description

Destroy the FidelityFX Super Resolution context.

@param [out] context A pointer to a FfxFsr2Context structure to destroy.

@retval FFX_OK The operation completed successfully. @retval FFX_ERROR_CODE_NULL_POINTER The operation failed because either context was NULL.

@ingroup FSR2