mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Added link to my GDC talk.
This commit is contained in:
parent
7f574fc0fe
commit
5a51732c47
@ -66,7 +66,8 @@ $(function() {
|
||||
<div class="title">Recommended usage patterns </div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><h1><a class="anchor" id="usage_patterns_simple"></a>
|
||||
<div class="textblock"><p>See also slides from talk: <a href="https://www.gdcvault.com/play/1025458/Advanced-Graphics-Techniques-Tutorial-New">Sawicki, Adam. Advanced Graphics Techniques Tutorial: Memory management in Vulkan and DX12. Game Developers Conference, 2018</a></p>
|
||||
<h1><a class="anchor" id="usage_patterns_simple"></a>
|
||||
Simple patterns</h1>
|
||||
<h2><a class="anchor" id="usage_patterns_simple_render_targets"></a>
|
||||
Render targets</h2>
|
||||
|
File diff suppressed because one or more lines are too long
@ -810,6 +810,10 @@ That string is also printed in JSON report created by vmaBuildStatsString().
|
||||
|
||||
\page usage_patterns Recommended usage patterns
|
||||
|
||||
See also slides from talk:
|
||||
[Sawicki, Adam. Advanced Graphics Techniques Tutorial: Memory management in Vulkan and DX12. Game Developers Conference, 2018](https://www.gdcvault.com/play/1025458/Advanced-Graphics-Techniques-Tutorial-New)
|
||||
|
||||
|
||||
\section usage_patterns_simple Simple patterns
|
||||
|
||||
\subsection usage_patterns_simple_render_targets Render targets
|
||||
|
Loading…
Reference in New Issue
Block a user