Skip to content

Commit 539c0a8

Browse files
Added documentation chapter: Frequenty asked questions
1 parent f378e7b commit 539c0a8

29 files changed

+527
-89
lines changed

docs/html/choosing_memory_type.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<div id="nav-path" class="navpath">
8585
<ul>
86-
<li class="navelem"><a class="el" href="index.html">Vulkan Memory Allocator</a></li> </ul>
86+
<li class="navelem"><a class="el" href="index.html">Vulkan Memory Allocator</a></li><li class="navelem"><a class="el" href="faq.html">Frequenty asked questions</a></li> </ul>
8787
</div>
8888
</div><!-- top -->
8989
<div id="doc-content">

docs/html/doxygen_crawl.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<a href="enabling_buffer_device_address.html#enabling_buffer_device_address_initialization"/>
4646
<a href="enabling_buffer_device_address.html#enabling_buffer_device_address_more_information"/>
4747
<a href="enabling_buffer_device_address.html#enabling_buffer_device_address_usage"/>
48+
<a href="faq.html"/>
4849
<a href="files.html"/>
4950
<a href="functions.html"/>
5051
<a href="functions_vars.html"/>

docs/html/faq.html

Lines changed: 176 additions & 0 deletions
Large diffs are not rendered by default.

docs/html/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<p><b>API documentation divided into groups:</b> <a href="topics.html">Topics</a></p>
9595
<p><b>General documentation chapters:</b></p>
9696
<ul>
97-
<li><b>User guide</b><ul>
97+
<li><a class="el" href="faq.html">Frequenty asked questions</a></li>
9898
<li><a class="el" href="quick_start.html">Quick start</a><ul>
9999
<li><a class="el" href="quick_start.html#quick_start_project_setup">Project setup</a></li>
100100
<li><a class="el" href="quick_start.html#quick_start_initialization">Initialization</a></li>
@@ -154,8 +154,6 @@
154154
</ul>
155155
</li>
156156
<li><a class="el" href="other_api_interop.html">Interop with other graphics APIs</a></li>
157-
</ul>
158-
</li>
159157
<li><a class="el" href="usage_patterns.html">Recommended usage patterns</a><ul>
160158
<li><a class="el" href="usage_patterns.html#usage_patterns_gpu_only">GPU-only resource</a></li>
161159
<li><a class="el" href="usage_patterns.html#usage_patterns_staging_copy_upload">Staging copy for upload</a></li>

docs/html/search/all_0.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/html/search/all_12.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var searchData=
44
['to_20use_20custom_20pools_1',['When not to use custom pools',['../custom_memory_pools.html#custom_memory_pools_when_not_use',1,'']]],
55
['to_20vulkan_20functions_2',['Pointers to Vulkan functions',['../configuration.html#config_Vulkan_functions',1,'']]],
66
['total_3',['total',['../struct_vma_total_statistics.html#a76f1935f7101883f5bb2a03b6c5649d2',1,'VmaTotalStatistics']]],
7-
['type_4',['Choosing memory type',['../choosing_memory_type.html',1,'index']]],
7+
['type_4',['Choosing memory type',['../choosing_memory_type.html',1,'faq']]],
88
['type_20index_5',['Choosing memory type index',['../custom_memory_pools.html#custom_memory_pools_MemTypeIndex',1,'']]],
99
['types_6',['Explicit memory types',['../choosing_memory_type.html#choosing_memory_type_explicit_memory_types',1,'']]]
1010
];

docs/html/search/all_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var searchData=
33
['cache_20flush_20and_20invalidate_0',['Cache flush and invalidate',['../memory_mapping.html#memory_mapping_cache_control',1,'']]],
44
['callbacks_1',['Device memory allocation callbacks',['../configuration.html#allocation_callbacks',1,'']]],
55
['cases_2',['Other use cases',['../usage_patterns.html#usage_patterns_other_use_cases',1,'']]],
6-
['choosing_20memory_20type_3',['Choosing memory type',['../choosing_memory_type.html',1,'index']]],
6+
['choosing_20memory_20type_3',['Choosing memory type',['../choosing_memory_type.html',1,'faq']]],
77
['choosing_20memory_20type_20index_4',['Choosing memory type index',['../custom_memory_pools.html#custom_memory_pools_MemTypeIndex',1,'']]],
88
['compatibility_5',['Versioning and compatibility',['../general_considerations.html#general_considerations_versioning_and_compatibility',1,'']]],
99
['configuration_6',['Configuration',['../configuration.html',1,'index']]],

docs/html/search/all_5.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/html/search/all_b.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/html/search/all_f.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var searchData=
22
[
33
['querying_20for_20budget_0',['Querying for budget',['../staying_within_budget.html#staying_within_budget_querying_for_budget',1,'']]],
4-
['quick_20start_1',['Quick start',['../quick_start.html',1,'index']]]
4+
['questions_1',['Frequenty asked questions',['../faq.html',1,'index']]],
5+
['quick_20start_2',['Quick start',['../quick_start.html',1,'index']]]
56
];

0 commit comments

Comments
 (0)