|
|
@ -125,9 +125,12 @@ namespace FidelityFX |
|
|
DestroyConstantBuffer(ref _spdConstantsBuffer); |
|
|
DestroyConstantBuffer(ref _spdConstantsBuffer); |
|
|
DestroyConstantBuffer(ref _upscalerConstantsBuffer); |
|
|
DestroyConstantBuffer(ref _upscalerConstantsBuffer); |
|
|
|
|
|
|
|
|
|
|
|
if (_commandBuffer != null) |
|
|
|
|
|
{ |
|
|
_commandBuffer.Dispose(); |
|
|
_commandBuffer.Dispose(); |
|
|
_commandBuffer = null; |
|
|
_commandBuffer = null; |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public void Dispatch(Fsr3Upscaler.DispatchDescription dispatchParams) |
|
|
public void Dispatch(Fsr3Upscaler.DispatchDescription dispatchParams) |
|
|
{ |
|
|
{ |
|
|
|