gl_rasterizer: Implement texture format ASTC_2D_4X4.

This commit is contained in:
bunnei
2018-06-17 23:50:44 -04:00
parent d2277b825e
commit 61779fa072
6 changed files with 1709 additions and 1 deletions

View File

@ -41,6 +41,8 @@ add_library(video_core STATIC
renderer_opengl/maxwell_to_gl.h
renderer_opengl/renderer_opengl.cpp
renderer_opengl/renderer_opengl.h
textures/astc.cpp
textures/astc.h
textures/decoders.cpp
textures/decoders.h
textures/texture.h