mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Make Fence and Win32Fence final
Otherwise, Josh will keep complaining about this until the end of time.
This commit is contained in:
parent
c9c6b1886b
commit
32ac8a8d51
@ -53,7 +53,7 @@ namespace dxvk::sync {
|
|||||||
*
|
*
|
||||||
* Simple CPU-side fence.
|
* Simple CPU-side fence.
|
||||||
*/
|
*/
|
||||||
class Fence : public Signal {
|
class Fence final : public Signal {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ namespace dxvk::sync {
|
|||||||
* CPU-side fence that also has the
|
* CPU-side fence that also has the
|
||||||
* ability to signal Win32 events.
|
* ability to signal Win32 events.
|
||||||
*/
|
*/
|
||||||
class Win32Fence : public Signal {
|
class Win32Fence final : public Signal {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user