Skip to content

Commit d445f04

Browse files
committed
Replace C function with C++ variant
1 parent a03dc9c commit d445f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/07_Depth_buffering.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ vk::Format findSupportedFormat(const std::vector<vk::Format>& candidates, vk::Im
184184
----
185185

186186
The support of a format depends on the tiling mode and usage, so we must also include these as parameters.
187-
The support of a format can be queried using the `vkGetPhysicalDeviceFormatProperties` function:
187+
The support of a format can be queried using the `physicalDevice.getFormatProperties` function:
188188

189189
[,c++]
190190
----

0 commit comments

Comments
 (0)