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:
parent
f8bdb36f4c
commit
5d21d1d105
Notes:
sideshowbarker
2024-07-17 17:48:35 +09:00
Author: https://github.com/gmta
Commit: 5d21d1d105
Pull-request: https://github.com/SerenityOS/serenity/pull/12944
Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue