mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 01:27:58 -05:00
video_core: Add missing override specifiers
This commit is contained in:
@ -17,9 +17,9 @@ public:
|
||||
~SamplerCacheOpenGL();
|
||||
|
||||
protected:
|
||||
OGLSampler CreateSampler(const Tegra::Texture::TSCEntry& tsc) const;
|
||||
OGLSampler CreateSampler(const Tegra::Texture::TSCEntry& tsc) const override;
|
||||
|
||||
GLuint ToSamplerType(const OGLSampler& sampler) const;
|
||||
GLuint ToSamplerType(const OGLSampler& sampler) const override;
|
||||
};
|
||||
|
||||
} // namespace OpenGL
|
||||
|
Reference in New Issue
Block a user