浏览代码

APi validation

/main
Joachim Ante 8 年前
当前提交
2d089ebe
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 4
      Assets/ScriptableRenderLoop/ShaderLibrary/Common.hlsl

4
Assets/ScriptableRenderLoop/ShaderLibrary/Common.hlsl


#elif defined(SHADER_API_XBOXONE)
#include "API/D3D11_1.hlsl"
#else
unsupported shader api
#error unsupported shader api
#include "API/Validate.hlsl"
// ----------------------------------------------------------------------------
// Common define allowing to include shared file between C# and hlsl

正在加载...
取消
保存