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
!44
Resolve "Material (Modul)"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Material (Modul)"
57-material-modul
into
develop
Overview
13
Commits
18
Pipelines
19
Changes
8
Merged
Tobias Frisch
requested to merge
57-material-modul
into
develop
3 years ago
Overview
10
Commits
18
Pipelines
19
Changes
8
Expand
Closes
#57 (closed)
Edited
3 years ago
by
Tobias Frisch
0
0
Merge request reports
Compare
develop
version 17
72c14e6f
3 years ago
version 16
8b21b9ae
3 years ago
version 15
24e3df7c
3 years ago
version 14
7d1cde57
3 years ago
version 13
40b590ac
3 years ago
version 12
459dc325
3 years ago
version 11
cdbfa863
3 years ago
version 10
49066023
3 years ago
version 9
dfa6d222
3 years ago
version 8
50c8675c
3 years ago
version 7
53cf2d62
3 years ago
version 6
ba11a7ef
3 years ago
version 5
fd10de2b
3 years ago
version 4
997b2002
3 years ago
version 3
bb2f8d13
3 years ago
version 2
4d60a22a
3 years ago
version 1
62e48a01
3 years ago
develop (base)
and
latest version
latest version
80b5d9c2
18 commits,
3 years ago
version 17
72c14e6f
17 commits,
3 years ago
version 16
8b21b9ae
16 commits,
3 years ago
version 15
24e3df7c
15 commits,
3 years ago
version 14
7d1cde57
14 commits,
3 years ago
version 13
40b590ac
13 commits,
3 years ago
version 12
459dc325
12 commits,
3 years ago
version 11
cdbfa863
11 commits,
3 years ago
version 10
49066023
10 commits,
3 years ago
version 9
dfa6d222
9 commits,
3 years ago
version 8
50c8675c
8 commits,
3 years ago
version 7
53cf2d62
7 commits,
3 years ago
version 6
ba11a7ef
6 commits,
3 years ago
version 5
fd10de2b
5 commits,
3 years ago
version 4
997b2002
4 commits,
3 years ago
version 3
bb2f8d13
3 commits,
3 years ago
version 2
4d60a22a
2 commits,
3 years ago
version 1
62e48a01
1 commit,
3 years ago
8 files
+
368
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
include/vkcv/Core.hpp
+
5
−
0
Options
@@ -222,6 +222,11 @@ namespace vkcv
[[
nodiscard
]]
Image
createImage
(
vk
::
Format
format
,
uint32_t
width
,
uint32_t
height
,
uint32_t
depth
=
1
);
[[
nodiscard
]]
const
uint32_t
getImageWidth
(
ImageHandle
imageHandle
);
[[
nodiscard
]]
const
uint32_t
getImageHeight
(
ImageHandle
imageHandle
);
/** TODO:
* @param setDescriptions
* @return
Loading