mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
15 lines
463 B
C
15 lines
463 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
|