14 lines
449 B
C
14 lines
449 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
|