mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Shader stuff
This commit is contained in:
parent
e012688824
commit
038ae35ce8
@ -2275,6 +2275,20 @@ Interrogate(ipath=IPATH, opts=OPTS, outd='libpgraph.in', outc='libpgraph_igate.c
|
||||
"pgraph_composite3.cxx", "pgraph_composite4.cxx"])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='libpgraph_igate.cxx', obj='libpgraph_igate.obj')
|
||||
|
||||
#
|
||||
# DIRECTORY: panda/src/effects/
|
||||
#
|
||||
|
||||
IPATH=['panda/src/effects']
|
||||
OPTS=['BUILDING_PANDAFX', 'NSPR', 'NVIDIACG']
|
||||
CopyAllHeaders(IPATH[0])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='effects_composite1.cxx', obj='effects_composite1.obj')
|
||||
Interrogate(ipath=IPATH, opts=OPTS, outd='libeffects.in', outc='libeffects_igate.cxx',
|
||||
src='panda/src/effects', module='pandafx', library='libeffects',
|
||||
skip=["cgShader.h", "cgShaderAttrib.h", "cgShaderContext.h"],
|
||||
also=["effects_composite1.cxx"])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='libeffects_igate.cxx', obj='libeffects_igate.obj')
|
||||
|
||||
#
|
||||
# DIRECTORY: panda/src/chan/
|
||||
#
|
||||
@ -2763,19 +2777,6 @@ if (sys.platform == "win32"):
|
||||
# ])
|
||||
#
|
||||
|
||||
#
|
||||
# DIRECTORY: panda/src/effects/
|
||||
#
|
||||
|
||||
IPATH=['panda/src/effects']
|
||||
OPTS=['BUILDING_PANDAFX', 'NSPR', 'NVIDIACG']
|
||||
CopyAllHeaders(IPATH[0])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='effects_composite1.cxx', obj='effects_composite1.obj')
|
||||
Interrogate(ipath=IPATH, opts=OPTS, outd='libeffects.in', outc='libeffects_igate.cxx',
|
||||
src='panda/src/effects', module='pandafx', library='libeffects',
|
||||
skip=[], also=["effects_composite1.cxx"])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='libeffects_igate.cxx', obj='libeffects_igate.obj')
|
||||
|
||||
#
|
||||
# DIRECTORY: panda/src/egg/
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user