Add code to allow for depth buffer query (Fixes #18)
This commit is contained in:
@@ -90,5 +90,7 @@ namespace OpenVulkano::Vulkan
|
||||
[[nodiscard]] const vk::Viewport& GetFullscreenViewport() const { return fullscreenViewport; }
|
||||
|
||||
[[nodiscard]] const vk::Rect2D& GetFullscreenScissor() const { return fullscreenScissor; }
|
||||
|
||||
[[nodiscard]] const Image& GetCurrentDepthBuffer() { return depthBuffer; }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user