mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 16:57:54 +00:00
GPU: Preliminary work for texture decoding.
This commit is contained in:
parent
005e64ed40
commit
d09097276f
5 changed files with 139 additions and 0 deletions
|
@ -31,6 +31,9 @@ add_library(video_core STATIC
|
|||
renderer_opengl/gl_stream_buffer.h
|
||||
renderer_opengl/renderer_opengl.cpp
|
||||
renderer_opengl/renderer_opengl.h
|
||||
textures/decoders.cpp
|
||||
textures/decoders.h
|
||||
textures/texture.h
|
||||
utils.h
|
||||
video_core.cpp
|
||||
video_core.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue