mirror of https://github.com/red-prig/fpPS4.git
exUnderflow?
This commit is contained in:
parent
d6f280a08f
commit
ded80a637e
|
@ -1703,7 +1703,7 @@ end;
|
|||
initialization
|
||||
if not LoadVulkanLibrary then raise Exception.Create('LoadVulkanLibrary');
|
||||
if not LoadVulkanGlobalCommands then raise Exception.Create('LoadVulkanGlobalCommands');
|
||||
SetExceptionMask([exInvalidOp, exDenormalized, exPrecision]);
|
||||
SetExceptionMask([exInvalidOp, exDenormalized, exPrecision, exUnderflow]);
|
||||
|
||||
end.
|
||||
|
||||
|
|
Loading…
Reference in New Issue