GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Nuno_Teixeira
/
Hierarchical-Task-Network-Unity-3D
Transfer to URL with SHA
Find file
Newer
Older
tree:
7f6bc5d555
Branches
Tags
×
main
Hierarchical-Task-Network-Unity-3D
/
Assets
/
Shaders
/
HLSL
/ Hashing.hlsl
Rackday
25 days ago
103 bytes
🚀 Project Files Added
Raw
Blame
History
#include "Noise.hlsl" void hashVal1_float(float2 src, out float4 result) { result = hash42(src); }