Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vulkan2021
VkCV Framework
Merge requests
!57
Resolve "Basic voxelization"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Basic voxelization"
70-basic-voxelization
into
develop
Overview
0
Commits
31
Pipelines
22
Changes
13
Merged
Ghost User
requested to merge
70-basic-voxelization
into
develop
3 years ago
Overview
0
Commits
31
Pipelines
22
Changes
13
Expand
Closes
#70 (closed)
Edited
3 years ago
by
Tobias Frisch
0
0
Merge request reports
Viewing commit
a8c877bd
Prev
Next
Show latest version
13 files
+
12
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
a8c877bd
[
#70
] Convert last shader to runtime compilation and remove spirv files
· a8c877bd
Alexander Gauggel
authored
3 years ago
projects/cmd_sync_test/resources/shaders/compile.bat deleted
100644 → 0
+
0
−
16
Options
%VULKAN_SDK%
\Bin32\glslc.exe
shader
.vert
-o
vert
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
shader
.frag
-o
frag
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
shadow
.vert
-o
shadow_vert
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
shadow
.frag
-o
shadow_frag
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
voxelization
.vert
-o
voxelization_vert
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
voxelization
.geom
-o
voxelization_geom
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
voxelization
.frag
-o
voxelization_frag
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
voxelVisualisation
.vert
-o
voxelVisualisation_vert
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
voxelVisualisation
.geom
-o
voxelVisualisation_geom
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
voxelVisualisation
.frag
-o
voxelVisualisation_frag
.spv
%VULKAN_SDK%
\Bin32\glslc.exe
voxelReset
.comp
-o
voxelReset_comp
.spv
pause
\ No newline at end of file
Loading