Browse Source
maxwell_3d: Make constructor explicit
pull/15/merge
Lioncash
8 years ago
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
1 changed files with
1 additions and
1 deletions
-
src/video_core/engines/maxwell_3d.h
|
|
|
@ -14,7 +14,7 @@ namespace Engines { |
|
|
|
|
|
|
|
class Maxwell3D final { |
|
|
|
public: |
|
|
|
Maxwell3D(MemoryManager& memory_manager); |
|
|
|
explicit Maxwell3D(MemoryManager& memory_manager); |
|
|
|
~Maxwell3D() = default; |
|
|
|
|
|
|
|
/// Write the value to the register identified by method. |
|
|
|
|