11 строки
405 B
C
11 строки
405 B
C
//--------------------------------------------------------------------------------------
|
|
// Shared.h
|
|
//
|
|
// Shared declarations between shaders (HLSL) and C++ source.
|
|
//
|
|
// Advanced Technology Group (ATG)
|
|
// Copyright (C) Microsoft Corporation. All rights reserved.
|
|
//--------------------------------------------------------------------------------------
|
|
|
|
static const unsigned int c_pointLightCount = 25;
|