Skip to content
#

real-time-rendering

Here are 74 public repositories matching this topic...

Game-Programmer-Study-Notes

我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.

  • Updated Oct 16, 2021
Real-Time-Rendering-3rd-CN-Summary-Ebook

📘 电子书 -《Real-Time Rendering 3rd》提炼总结 | 全书共9万7千余字。你可以把它看做中文通俗版的《Real-Time Rendering 3rd》,也可以把它看做《Real-Time Rendering 3rd》的解读版与配套学习伴侣,或者《Real-Time Rendering 4th》的前置阅读材料。

  • Updated Apr 23, 2018
johannesugb
johannesugb commented Jul 28, 2020

When using image_view_t::as_storage_image or similar (intended to be temporary) objects of the pattern "as_something", the following situation can occur:

An image_view_as_storage_image stores the vk::ImageView handle internally, and its lifetime might extend the lifetime of the image_view it has stored the handle from. That's not good. Optimally, the framework would prevent such us

enhancement good first issue 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.

Curate this topic

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."

Learn more