video_core/engine: Consistently initialize rasterizer pointers
@ -299,7 +299,7 @@ public:
};
private:
VideoCore::RasterizerInterface* rasterizer;
VideoCore::RasterizerInterface* rasterizer = nullptr;
/// Performs the copy from the source surface to the destination surface as configured in the
/// registers.
@ -227,7 +227,7 @@ private:
Core::System& system;
MemoryManager& memory_manager;
std::vector<u8> read_buffer;
std::vector<u8> write_buffer;