浏览代码

get rid of error message

get rid of error message
/main
mmikk 8 年前
当前提交
5f4b7cc9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      Assets/ScriptableRenderLoop/fptl/lightlistbuild-clustered.compute

3
Assets/ScriptableRenderLoop/fptl/lightlistbuild-clustered.compute


#include "..\common\ShaderBase.h"
#include "LightDefinitions.cs.hlsl"
#include "ClusteredUtils.h"
//#define EXACT_EDGE_TESTS
#define PERFORM_SPHERICAL_INTERSECTION_TESTS

uniform float g_fNearPlane;
uniform float g_fFarPlane;
uniform int g_iLog2NumClusters; // numClusters = (1<<g_iLog2NumClusters)
#include "ClusteredUtils.h"
#ifdef MSAA_ENABLED

正在加载...
取消
保存