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
All threads resolved!
Hide all comments
Merged
Ghost User
requested to merge
82-voxel-cone-tracing
into
develop
3 years ago
Overview
7
Commits
95
Pipelines
67
Changes
2
All threads resolved!
Hide all comments
Expand
Closes
#82 (closed)
Edited
3 years ago
by
Tobias Frisch
0
0
Merge request reports
Viewing commit
bfcc7b32
Prev
Next
Show latest version
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bfcc7b32
[
#82
] Add asset loader tangent attribute
· bfcc7b32
Alexander Gauggel
authored
3 years ago
modules/asset_loader/include/vkcv/asset/asset_loader.hpp
+
2
−
1
Options
@@ -114,7 +114,8 @@ enum class PrimitiveType : uint32_t {
POSITION
=
1
,
NORMAL
=
2
,
TEXCOORD_0
=
3
,
TEXCOORD_1
=
4
TEXCOORD_1
=
4
,
TANGENT
=
5
};
/** These integer values are used the same way in OpenGL, Vulkan and glTF. This
Loading