Skip to content

Commit

Permalink
- split gl_flats.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Apr 28, 2018
1 parent 5cdea39 commit 243e12b
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 455 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -831,6 +831,7 @@ set( FASTMATH_SOURCES
hwrenderer/scene/hw_fakeflat.cpp
hwrenderer/scene/hw_decal.cpp
hwrenderer/scene/hw_clipper.cpp
hwrenderer/scene/hw_flats.cpp
hwrenderer/scene/hw_renderhacks.cpp
hwrenderer/scene/hw_sky.cpp
hwrenderer/scene/hw_walls.cpp
Expand Down
1 change: 1 addition & 0 deletions src/gl/scene/gl_drawinfo.h
Expand Up @@ -220,6 +220,7 @@ struct FDrawInfo : public HWDrawInfo
void DrawSubsectors(GLFlat *flat, int pass, bool processlights, bool istrans);
void ProcessLights(GLFlat *flat, bool istrans);
void DrawSubsector(GLFlat *flat, subsector_t * sub);
void SetupSubsectorLights(GLFlat *flat, int pass, subsector_t * sub, int *dli);


// These two may be moved to the API independent part of the renderer later.
Expand Down

0 comments on commit 243e12b

Please sign in to comment.