This website works better with JavaScript.
Explore
Help
Sign In
benjamin
/
VulkanSimulation
Watch
1
Star
0
Fork
You've already forked VulkanSimulation
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10
Commits
2
Branches
0
Tags
14 MiB
Tag:
Branch:
Tree:
9e0b0af5e8
feature/softbody-runtime-control
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9e0b0af5e8'
${ noResults }
VulkanSimulation
/
shaders
/
compile.sh
3 lines
79 B
Raw
Normal View
History
Unescape
Escape
Vulkan Tutorial Start
2 months ago
#!/usr/bin/env bash
glslc shader.vert -o vert.spv
glslc shader.frag -o frag.spv