mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 06:34:10 +00:00
Fixed renderprogs _manifest.lua
This commit is contained in:
parent
5e2f7375ac
commit
a38bfe949e
2 changed files with 1249 additions and 1006 deletions
|
@ -33,39 +33,42 @@ return
|
|||
"depth.vertex",
|
||||
"depth_skinned.pixel",
|
||||
"depth_skinned.vertex",
|
||||
"enviroSuit.pixel",
|
||||
"enviroSuit.vertex",
|
||||
"environment.pixel",
|
||||
"environment.vertex",
|
||||
"environment_skinned.pixel",
|
||||
"environment_skinned.vertex",
|
||||
"enviroSuit.pixel",
|
||||
"enviroSuit.vertex",
|
||||
"fog.pixel",
|
||||
"fog.vertex",
|
||||
"fog_skinned.pixel",
|
||||
"fog_skinned.vertex",
|
||||
"fxaa.pixel",
|
||||
"fxaa.vertex",
|
||||
"global.inc",
|
||||
"gui.pixel",
|
||||
"gui.vertex",
|
||||
"heathaze.pixel",
|
||||
"heathaze.vertex",
|
||||
"hdr_glare_chromatic.pixel",
|
||||
"hdr_glare_chromatic.vertex",
|
||||
"heatHazeWithMask.pixel",
|
||||
"heatHazeWithMask.vertex",
|
||||
"heatHazeWithMaskAndVertex.pixel",
|
||||
"heatHazeWithMaskAndVertex.vertex",
|
||||
"heathaze.pixel",
|
||||
"heathaze.vertex",
|
||||
"interaction.pixel",
|
||||
"interaction.vertex",
|
||||
"interactionSM.pixel",
|
||||
"interactionSM.vertex",
|
||||
"interactionAmbient.pixel",
|
||||
"interactionAmbient.vertex",
|
||||
"interactionAmbient_skinned.pixel",
|
||||
"interactionAmbient_skinned.vertex",
|
||||
"interactionSM.pixel",
|
||||
"interactionSM.vertex",
|
||||
"motionBlur.pixel",
|
||||
"motionBlur.vertex",
|
||||
"postprocess.pixel",
|
||||
"postprocess.vertex",
|
||||
"screen.pixel",
|
||||
"screen.vertex",
|
||||
"shadow.pixel",
|
||||
"shadow.vertex",
|
||||
"shadowDebug.pixel",
|
||||
|
@ -76,7 +79,6 @@ return
|
|||
"shadow_skinned.vertex",
|
||||
"simpleshade.pixel",
|
||||
"simpleshade.vertex",
|
||||
"skinning.inc",
|
||||
"skybox.pixel",
|
||||
"skybox.vertex",
|
||||
"stereoDeGhost.pixel",
|
||||
|
@ -93,6 +95,8 @@ return
|
|||
"texture_color_skinned.vertex",
|
||||
"texture_color_texgen.pixel",
|
||||
"texture_color_texgen.vertex",
|
||||
"tonemap.pixel",
|
||||
"tonemap.vertex",
|
||||
"vertex_color.pixel",
|
||||
"vertex_color.vertex",
|
||||
"wobblesky.pixel",
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue