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
c8f2c58b
Commit
c8f2c58b
authored
3 years ago
by
Alexander Gauggel
Browse files
Options
Downloads
Patches
Plain Diff
[
#82
] Remove 'easter egg'
parent
d2cb0e20
Loading
Loading
Loading
Pipeline
#26116
passed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/vkcv/PipelineManager.cpp
+1
-1
1 addition, 1 deletion
src/vkcv/PipelineManager.cpp
with
1 addition
and
1 deletion
src/vkcv/PipelineManager.cpp
+
1
−
1
View file @
c8f2c58b
...
@@ -160,7 +160,7 @@ namespace vkcv
...
@@ -160,7 +160,7 @@ namespace vkcv
case
CullMode
::
None
:
cullMode
=
vk
::
CullModeFlagBits
::
eNone
;
break
;
case
CullMode
::
None
:
cullMode
=
vk
::
CullModeFlagBits
::
eNone
;
break
;
case
CullMode
::
Front
:
cullMode
=
vk
::
CullModeFlagBits
::
eFront
;
break
;
case
CullMode
::
Front
:
cullMode
=
vk
::
CullModeFlagBits
::
eFront
;
break
;
case
CullMode
::
Back
:
cullMode
=
vk
::
CullModeFlagBits
::
eBack
;
break
;
case
CullMode
::
Back
:
cullMode
=
vk
::
CullModeFlagBits
::
eBack
;
break
;
default:
throw
(
"Lets tilt Tobi LOLOLOL"
);
// I hope you review the code well
default:
vkcv_log
(
vkcv
::
LogLevel
::
ERROR
,
"Unknown CullMode"
);
cullMode
=
vk
::
CullModeFlagBits
::
eNone
;
}
}
// rasterization state
// rasterization state
...
...
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