mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
15 lines
464 B
C
15 lines
464 B
C
![]() |
//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
|
||
|
//
|
||
|
// Purpose: defines constants to use for the materialsystem and shaderapi
|
||
|
// SetxxxRenderingParameter functions
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//
|
||
|
//===========================================================================//
|
||
|
|
||
|
#define MAX_INT_RENDER_PARMS 20
|
||
|
#define MAX_FLOAT_RENDER_PARMS 20
|
||
|
#define MAX_VECTOR_RENDER_PARMS 20
|
||
|
|
||
|
#define INT_RENDERPARM_ENABLE_FIXED_LIGHTING 0
|