This website works better with JavaScript
首頁
探索
說明
登入
haxe
/
heapsio.heaps
镜像来自
https://github.com/HeapsIO/heaps.git
關注
2
讚好
0
複刻
0
檔案
問題管理
0
Wiki
分支:
master
分支列表
標籤列表
1.2
1.5.1
Branch_2.1
HideShadergraph
blendSpace2D
blendshape
compute
compute_tex
domkit_v2
dx12
dynamic-bones
evomerge
fix-follow
forwardplus
gh-pages
hxsl-refactor
master
multi-window
new_resolution_fixes
pipeline_cache
prefab2
scaleWidthHeight
vector-to-poin
vulkan
webgpu
2.1.1
2.1
2.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
heapsio.heaps
/
hxsl
/
Channel.hx
Channel.hx
98 B
永久連結
文件歷史
原始文件
1
2
3
4
5
6
7
8
9
10
11
package hxsl;
enum Channel {
Unknown;
R;
G;
B;
A;
PackedFloat;
PackedNormal;
}