-
Updated
Jun 15, 2020
real-time-rendering
Here are 38 public repositories matching this topic...
-
Updated
Apr 23, 2018
-
Updated
Oct 12, 2019
-
Updated
Oct 24, 2020 - C++
-
Updated
Feb 12, 2020 - C++
-
Updated
Oct 25, 2020 - C++
-
Updated
Jun 16, 2019 - C++
-
Updated
Oct 21, 2020 - Python
-
Updated
Nov 5, 2019 - C++
-
Updated
Jan 19, 2020 - C++
-
Updated
May 8, 2020 - C#
-
Updated
Aug 4, 2018 - C++
-
Updated
Sep 14, 2020 - C++
-
Updated
Oct 6, 2018 - PHP
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Jan 21, 2020 - C++
-
Updated
Sep 3, 2020 - C++
-
Updated
Feb 24, 2013 - C++
-
Updated
Oct 4, 2019 - C++
-
Updated
Oct 25, 2020 - Rust
-
Updated
Jan 24, 2018 - TeX
-
Updated
Oct 3, 2019 - C++
-
Updated
Jun 13, 2020 - C#
-
Updated
Jun 13, 2020 - C#
-
Updated
Sep 28, 2019 - C++
-
Updated
Jun 13, 2020 - C#
-
Updated
May 23, 2020 - C++
Improve this page
Add a description, image, and links to the real-time-rendering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the real-time-rendering topic, visit your repo's landing page and select "manage topics."
When using
image_view_t::as_storage_imageor similar (intended to be temporary) objects of the pattern "as_something", the following situation can occur:An
image_view_as_storage_imagestores thevk::ImageViewhandle internally, and its lifetime might extend the lifetime of theimage_viewit has stored the handle from. That's not good. Optimally, the framework would prevent such us