Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
ace0c9b9
Commit
ace0c9b9
authored
Mar 25, 2019
by
Florian Oetke
Browse files
Revert "fixed depth buffer requirements"
This reverts commit
fda669b5
.
parent
fda669b5
Pipeline
#2628
passed with stage
in 11 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mirrage/graphic/src/device.cpp
View file @
ace0c9b9
...
...
@@ -80,9 +80,7 @@ namespace mirrage::graphic {
vk
::
Format
::
eD32Sfloat
,
vk
::
Format
::
eD16Unorm
,
vk
::
Format
::
eD16UnormS8Uint
},
vk
::
FormatFeatureFlagBits
::
eDepthStencilAttachment
|
vk
::
FormatFeatureFlagBits
::
eBlitDst
|
vk
::
FormatFeatureFlagBits
::
eBlitSrc
,
vk
::
FormatFeatureFlagBits
::
eDepthStencilAttachment
,
Format_usage
::
image_optimal
)
.
get_or_throw
(
"No depth format supported"
" by device"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment