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
!70
Resolve "Voxel cone tracing"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Voxel cone tracing"
82-voxel-cone-tracing
into
develop
Overview
7
Commits
95
Pipelines
67
Changes
2
Merged
Ghost User
requested to merge
82-voxel-cone-tracing
into
develop
3 years ago
Overview
7
Commits
95
Pipelines
67
Changes
2
Expand
Closes
#82 (closed)
Edited
3 years ago
by
Tobias Frisch
0
0
Merge request reports
Viewing commit
8027e6a4
Prev
Next
Show latest version
2 files
+
42
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
8027e6a4
[
#82
] Load normal and specular textures
· 8027e6a4
Alexander Gauggel
authored
3 years ago
projects/voxelization/resources/shaders/perMeshResources.inc
+
3
−
1
Options
layout
(
set
=
1
,
binding
=
0
)
uniform
texture2D
albedoTexture
;
layout
(
set
=
1
,
binding
=
1
)
uniform
sampler
textureSampler
;
\ No newline at end of file
layout
(
set
=
1
,
binding
=
1
)
uniform
sampler
textureSampler
;
layout
(
set
=
1
,
binding
=
2
)
uniform
texture2D
normalTexture
;
layout
(
set
=
1
,
binding
=
3
)
uniform
texture2D
specularTexture
;
\ No newline at end of file
Loading