📄 makefile.am
字号:
INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/RenderSystems/GL/include \
-I$(top_srcdir)/OgreMain/include $(GLSUPPORT_CFLAGS) \
-I$(top_srcdir)/PlatformManagers/$(OGRE_PLATFORM)/include \
-I$(top_srcdir)/RenderSystems/GL/src/$(OGRE_GLSUPPORT) \
-I$(top_srcdir)/RenderSystems/GL/src/GLSL/include
noinst_LIBRARIES=libGLSL.a
libGLSL_a_SOURCES = OgreGLSLExtSupport.cpp \
OgreGLSLLinkProgramManager.cpp \
OgreGLSLGpuProgram.cpp \
OgreGLSLProgram.cpp \
OgreGLSLLinkProgram.cpp \
OgreGLSLProgramFactory.cpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -