浏览代码

HDRenderLoop: Add k_identity4x4

/main
Sebastien Lagarde 8 年前
当前提交
d954a72e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      Assets/ScriptableRenderLoop/ShaderLibrary/Common.hlsl

1
Assets/ScriptableRenderLoop/ShaderLibrary/Common.hlsl


0.0, 1.0, 0.0,
0.0, 0.0, 1.0};
const float4x4 k_identity4x4 = {1.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0,
0.0, 0.0, 1.0, 0.0,
0.0, 0.0, 0.0, 1.0 };

正在加载...
取消
保存