1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00

LibGL: Remove duplicate public: from Texture2D.h

This commit is contained in:
Jelle Raaijmakers 2022-03-08 12:03:28 +01:00 committed by Andreas Kling
parent f8bdb36f4c
commit 5d21d1d105
Notes: sideshowbarker 2024-07-17 17:48:35 +09:00

View file

@ -26,7 +26,6 @@ public:
static constexpr u16 MAX_TEXTURE_SIZE = 2048;
static constexpr u8 LOG2_MAX_TEXTURE_SIZE = 11;
public:
virtual bool is_texture_2d() const override { return true; }
void upload_texture_data(GLuint lod, GLint internal_format, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid const* pixels, GLsizei pixels_per_row, u8 byte_alignment);