pub unsafe extern "C" fn GetRenderResolutionFromQualityMode(
renderWidth: *mut u32,
renderHeight: *mut u32,
displayWidth: u32,
displayHeight: u32,
qualityMode: QualityMode,
) -> ErrorCodeExpand description
A helper function to calculate the rendering resolution from a target resolution and desired quality level.
This function applies the scaling factor returned by
@param [out] renderWidth A pointer to a
@retval
FFX_OK The operation completed successfully.
@retval
FFX_ERROR_INVALID_POINTER Either
@ingroup FSR2