Skip to content

Commit 995af0f

Browse files
authored
Typo fix
Changed VkFormat to vk::Format in findDepthFormat
1 parent eb7e6e9 commit 995af0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/07_Depth_buffering.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ We'll use this function now to create a `findDepthFormat` helper function to sel
235235

236236
[,c++]
237237
----
238-
VkFormat findDepthFormat() {
238+
vk::Format findDepthFormat() {
239239
return findSupportedFormat(
240240
{vk::Format::eD32Sfloat, vk::Format::eD32SfloatS8Uint, vk::Format::eD24UnormS8Uint},
241241
vk::ImageTiling::eOptimal,

0 commit comments

Comments
 (0)