move shaggy array to its own file
This commit is contained in:
committed by
Rodrigo Locatti
parent
69c5966e24
commit
a08e07505a
@@ -65,6 +65,8 @@ add_library(video_core STATIC
|
|||||||
renderer_opengl/maxwell_to_gl.h
|
renderer_opengl/maxwell_to_gl.h
|
||||||
renderer_opengl/renderer_opengl.cpp
|
renderer_opengl/renderer_opengl.cpp
|
||||||
renderer_opengl/renderer_opengl.h
|
renderer_opengl/renderer_opengl.h
|
||||||
|
renderer_opengl/shaggy.cpp
|
||||||
|
renderer_opengl/shaggy.h
|
||||||
renderer_opengl/utils.cpp
|
renderer_opengl/utils.cpp
|
||||||
renderer_opengl/utils.h
|
renderer_opengl/utils.h
|
||||||
shader/decode/arithmetic.cpp
|
shader/decode/arithmetic.cpp
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
65542
src/video_core/renderer_opengl/shaggy.cpp
Normal file
65542
src/video_core/renderer_opengl/shaggy.cpp
Normal file
File diff suppressed because it is too large
Load Diff
9
src/video_core/renderer_opengl/shaggy.h
Normal file
9
src/video_core/renderer_opengl/shaggy.h
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/* Generated by bin2c, do not edit manually */
|
||||||
|
#ifndef shaggy_h_included
|
||||||
|
#define shaggy_h_included
|
||||||
|
|
||||||
|
/* Contents of file .\shaggy.rgba */
|
||||||
|
extern const long int shaggy_rgba_size;
|
||||||
|
extern const unsigned char shaggy_rgba[1048576];
|
||||||
|
|
||||||
|
#endif /* __shaggy_h_included */
|
||||||
Reference in New Issue
Block a user