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
Commits
a3df9dc7
Commit
a3df9dc7
authored
3 years ago
by
Sebastian Gaida
Browse files
Options
Downloads
Patches
Plain Diff
[
#89
] temp fix of glfwGetRequiredInstanceExtensions before glfwInit
parent
9b53e3c0
No related branches found
No related tags found
1 merge request
!90
Resolve "Mehrere Fenster, Abhängigkeiten von Core zu Fenster+Swapchain etc"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/first_mesh/src/main.cpp
+2
-0
2 additions, 0 deletions
projects/first_mesh/src/main.cpp
with
2 additions
and
0 deletions
projects/first_mesh/src/main.cpp
+
2
−
0
View file @
a3df9dc7
...
@@ -11,6 +11,8 @@ int main(int argc, const char** argv) {
...
@@ -11,6 +11,8 @@ int main(int argc, const char** argv) {
uint32_t
windowWidth
=
800
;
uint32_t
windowWidth
=
800
;
uint32_t
windowHeight
=
600
;
uint32_t
windowHeight
=
600
;
glfwInit
();
vkcv
::
Core
core
=
vkcv
::
Core
::
create
(
vkcv
::
Core
core
=
vkcv
::
Core
::
create
(
applicationName
,
applicationName
,
VK_MAKE_VERSION
(
0
,
0
,
1
),
VK_MAKE_VERSION
(
0
,
0
,
1
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment