This website works better with JavaScript
首頁
探索
說明
登入
cpp
/
JoltPhysics
镜像来自
https://github.com/jrouwe/JoltPhysics.git
關注
2
讚好
0
複刻
0
檔案
問題管理
0
Wiki
目錄樹:
ff50a7a800
分支列表
標籤列表
feature/can_add_bodies
gh-pages
master
v5.5.0
v5.4.0
v5.3.0
v5.2.0
v5.1.0
v5.0.0
v4.0.2
v4.0.1
v4.0.0
v3.0.1
v3.0.0
v2.0.1
v2.0.0
v1.1.0
v1.0.0
JoltPhysics
/
Assets
/
Shaders
/
TriangleDepthPixelShader.hlsl
TriangleDepthPixelShader.hlsl
68 B
文件歷史
原始文件
1
2
3
4
// We only write depth, so this shader does nothing
void main()
{
}