mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-01-04 14:11:16 +03:00
ported stdshader_* (dx6, dx7, dx8, dx9)
This commit is contained in:
@@ -27,6 +27,14 @@ $Group "game"
|
||||
"particles"
|
||||
"studiorender"
|
||||
"shaderapidx9"
|
||||
"shaderapidx11"
|
||||
"stdshader_dbg"
|
||||
"stdshader_dx6"
|
||||
"stdshader_dx7"
|
||||
"stdshader_dx8"
|
||||
"stdshader_dx9"
|
||||
"stdshader_dx11"
|
||||
"shaderlib_dx11"
|
||||
"filesystem_stdio"
|
||||
"filesystem_steam"
|
||||
"vpklib"
|
||||
@@ -39,6 +47,11 @@ $Group "shaders"
|
||||
{
|
||||
"game_shader_dx9"
|
||||
"shaderapidx11"
|
||||
"stdshader_dbg"
|
||||
"stdshader_dx6"
|
||||
"stdshader_dx7"
|
||||
"stdshader_dx8"
|
||||
"stdshader_dx9"
|
||||
"stdshader_dx11"
|
||||
"shaderlib_dx11"
|
||||
}
|
||||
@@ -60,6 +73,14 @@ $Group "everything"
|
||||
"server"
|
||||
"serverplugin_empty"
|
||||
"shaderapidx9"
|
||||
"shaderapidx11"
|
||||
"stdshader_dbg"
|
||||
"stdshader_dx6"
|
||||
"stdshader_dx7"
|
||||
"stdshader_dx8"
|
||||
"stdshader_dx9"
|
||||
"stdshader_dx11"
|
||||
"shaderlib_dx11"
|
||||
"tgadiff"
|
||||
"tier1"
|
||||
"vbsp"
|
||||
|
||||
@@ -100,6 +100,31 @@ $Project "shaderapidx11"
|
||||
"materialsystem\shaderapidx11\shaderapidx11.vpc"
|
||||
}
|
||||
|
||||
$Project "stdshader_dbg"
|
||||
{
|
||||
"materialsystem\stdshaders\stdshader_dbg.vpc" [$WIN32||$X360||$POSIX]
|
||||
}
|
||||
|
||||
$Project "stdshader_dx6"
|
||||
{
|
||||
"materialsystem\stdshaders\stdshader_dx6.vpc" [$WIN32]
|
||||
}
|
||||
|
||||
$Project "stdshader_dx7"
|
||||
{
|
||||
"materialsystem\stdshaders\stdshader_dx7.vpc" [$WIN32]
|
||||
}
|
||||
|
||||
$Project "stdshader_dx8"
|
||||
{
|
||||
"materialsystem\stdshaders\stdshader_dx8.vpc" [$WIN32]
|
||||
}
|
||||
|
||||
$Project "stdshader_dx9"
|
||||
{
|
||||
"materialsystem\stdshaders\stdshader_dx9.vpc" [$WINDOWS||$X360||$POSIX]
|
||||
}
|
||||
|
||||
$Project "stdshader_dx11"
|
||||
{
|
||||
"materialsystem\stdshadersdx11\stdshader_dx11.vpc"
|
||||
|
||||
Reference in New Issue
Block a user