mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
LibGL: Remove duplicate public:
from Texture2D.h
This commit is contained in:
parent
f8bdb36f4c
commit
5d21d1d105
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
Reference in a new issue