Skip to content

Commit c0ff137

Browse files
Fix texture management
1 parent 7d2e16b commit c0ff137

File tree

8 files changed

+232
-223
lines changed

8 files changed

+232
-223
lines changed

src/libprojectM/Renderer/HLSLTranslator.cpp

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/libprojectM/Renderer/HLSLTranslator.hpp

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/libprojectM/Renderer/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ libRenderer_la_SOURCES = \
4343
hlslparser/src/CodeWriter.h hlslparser/src/GLSLGenerator.cpp \
4444
hlslparser/src/HLSLTokenizer.cpp hlslparser/src/HLSLTree.h \
4545
hlslparser/src/Engine.cpp hlslparser/src/GLSLGenerator.h hlslparser/src/HLSLParser.cpp \
46-
hlslparser/src/HLSLTokenizer.h \
47-
HLSLTranslator.cpp HLSLTranslator.hpp
46+
hlslparser/src/HLSLTokenizer.h
4847

4948
libRenderer_la_CPPFLAGS = ${my_CFLAGS} \
5049
-include $(top_builddir)/config.h \

0 commit comments

Comments
 (0)