mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
extract OGL::FramebufferManager::CreateTexture
This commit is contained in:
parent
de940a5fd6
commit
69cedf4144
2 changed files with 49 additions and 103 deletions
|
@ -102,6 +102,8 @@ public:
|
|||
static void PokeEFB(EFBAccessType type, const EfbPokeData* points, size_t num_points);
|
||||
|
||||
private:
|
||||
GLuint CreateTexture(GLenum texture_type, GLenum internal_format, GLenum pixel_format,
|
||||
GLenum data_type);
|
||||
std::unique_ptr<XFBSourceBase> CreateXFBSource(unsigned int target_width,
|
||||
unsigned int target_height,
|
||||
unsigned int layers) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue