mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Fixed a typo
Some checks failed
Build code / linux (Debug, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Has been cancelled
Build code / linux (Debug, g++-12, sudo apt install g++-12) (push) Has been cancelled
Build code / linux (Release, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Has been cancelled
Static code analysis / clang-tidy (push) Has been cancelled
Build code / linux (Release, g++-12, sudo apt install g++-12) (push) Has been cancelled
Build code / Windows MSVC (Debug) (push) Has been cancelled
Build code / Windows MSVC (Release) (push) Has been cancelled
Some checks failed
Build code / linux (Debug, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Has been cancelled
Build code / linux (Debug, g++-12, sudo apt install g++-12) (push) Has been cancelled
Build code / linux (Release, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Has been cancelled
Static code analysis / clang-tidy (push) Has been cancelled
Build code / linux (Release, g++-12, sudo apt install g++-12) (push) Has been cancelled
Build code / Windows MSVC (Debug) (push) Has been cancelled
Build code / Windows MSVC (Release) (push) Has been cancelled
This commit is contained in:
parent
1d8f600fd4
commit
d3d1099845
11 changed files with 12 additions and 12 deletions
|
@ -8,7 +8,7 @@ Other changes:
|
|||
|
||||
- Added macro `VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE` with default value 1.
|
||||
- Changed macro `VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT` default value from 0 to 1.
|
||||
- Added documentation chapter "Frequenty asked questions".
|
||||
- Added documentation chapter "Frequently asked questions".
|
||||
- Other fixes and improvements, including compatibility with various platforms and compilers.
|
||||
|
||||
# 3.2.1 (2025-02-05)
|
||||
|
|
|
@ -83,7 +83,7 @@ $(function(){ initResizable(false); });
|
|||
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<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>
|
||||
<li class="navelem"><a class="el" href="index.html">Vulkan Memory Allocator</a></li><li class="navelem"><a class="el" href="faq.html">Frequently asked questions</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div id="doc-content">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.0"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Vulkan Memory Allocator: Frequenty asked questions</title>
|
||||
<title>Vulkan Memory Allocator: Frequently asked questions</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
|
@ -88,7 +88,7 @@ $(function(){ initResizable(false); });
|
|||
</div><!-- top -->
|
||||
<div id="doc-content">
|
||||
<div><div class="header">
|
||||
<div class="headertitle"><div class="title">Frequenty asked questions</div></div>
|
||||
<div class="headertitle"><div class="title">Frequently asked questions</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><p><b>What is VMA?</b></p>
|
||||
|
|
|
@ -94,7 +94,7 @@ See also: <a href="https://gpuopen.com/gaming-product/vulkan-memory-allocator/">
|
|||
<p><b>API documentation divided into groups:</b> <a href="topics.html">Topics</a></p>
|
||||
<p><b>General documentation chapters:</b></p>
|
||||
<ul>
|
||||
<li><a class="el" href="faq.html">Frequenty asked questions</a></li>
|
||||
<li><a class="el" href="faq.html">Frequently asked questions</a></li>
|
||||
<li><a class="el" href="quick_start.html">Quick start</a><ul>
|
||||
<li><a class="el" href="quick_start.html#quick_start_project_setup">Project setup</a></li>
|
||||
<li><a class="el" href="quick_start.html#quick_start_initialization">Initialization</a></li>
|
||||
|
|
|
@ -31,6 +31,6 @@ var searchData=
|
|||
['and_20units_28',['Alignment and units',['../virtual_allocator.html#virtual_allocator_alignment_and_units',1,'']]],
|
||||
['and_20user_20data_29',['Allocation names and user data',['../allocation_annotation.html',1,'index']]],
|
||||
['apis_30',['Interop with other graphics APIs',['../other_api_interop.html',1,'index']]],
|
||||
['asked_20questions_31',['Frequenty asked questions',['../faq.html',1,'index']]],
|
||||
['asked_20questions_31',['Frequently asked questions',['../faq.html',1,'index']]],
|
||||
['at_20once_32',['Free-at-once',['../custom_memory_pools.html#linear_algorithm_free_at_once',1,'']]]
|
||||
];
|
||||
|
|
|
@ -7,6 +7,6 @@ var searchData=
|
|||
['for_20budget_4',['Querying for budget',['../staying_within_budget.html#staying_within_budget_querying_for_budget',1,'']]],
|
||||
['for_20upload_5',['Staging copy for upload',['../usage_patterns.html#usage_patterns_staging_copy_upload',1,'']]],
|
||||
['free_20at_20once_6',['Free-at-once',['../custom_memory_pools.html#linear_algorithm_free_at_once',1,'']]],
|
||||
['frequenty_20asked_20questions_7',['Frequenty asked questions',['../faq.html',1,'index']]],
|
||||
['frequently_20asked_20questions_7',['Frequently asked questions',['../faq.html',1,'index']]],
|
||||
['functions_8',['functions',['../memory_mapping.html#memory_mapping_copy_functions',1,'Copy functions'],['../quick_start.html#quick_start_initialization_importing_vulkan_functions',1,'Importing Vulkan functions'],['../memory_mapping.html#memory_mapping_mapping_functions',1,'Mapping functions'],['../configuration.html#config_Vulkan_functions',1,'Pointers to Vulkan functions']]]
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
var searchData=
|
||||
[
|
||||
['querying_20for_20budget_0',['Querying for budget',['../staying_within_budget.html#staying_within_budget_querying_for_budget',1,'']]],
|
||||
['questions_1',['Frequenty asked questions',['../faq.html',1,'index']]],
|
||||
['questions_1',['Frequently asked questions',['../faq.html',1,'index']]],
|
||||
['quick_20start_2',['Quick start',['../quick_start.html',1,'index']]]
|
||||
];
|
||||
|
|
|
@ -7,5 +7,5 @@ var searchData=
|
|||
['allocator_4',['Virtual allocator',['../virtual_allocator.html',1,'index']]],
|
||||
['and_20user_20data_5',['Allocation names and user data',['../allocation_annotation.html',1,'index']]],
|
||||
['apis_6',['Interop with other graphics APIs',['../other_api_interop.html',1,'index']]],
|
||||
['asked_20questions_7',['Frequenty asked questions',['../faq.html',1,'index']]]
|
||||
['asked_20questions_7',['Frequently asked questions',['../faq.html',1,'index']]]
|
||||
];
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
var searchData=
|
||||
[
|
||||
['frequenty_20asked_20questions_0',['Frequenty asked questions',['../faq.html',1,'index']]]
|
||||
['frequently_20asked_20questions_0',['Frequently asked questions',['../faq.html',1,'index']]]
|
||||
];
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
var searchData=
|
||||
[
|
||||
['questions_0',['Frequenty asked questions',['../faq.html',1,'index']]],
|
||||
['questions_0',['Frequently asked questions',['../faq.html',1,'index']]],
|
||||
['quick_20start_1',['Quick start',['../quick_start.html',1,'index']]]
|
||||
];
|
||||
|
|
|
@ -16845,7 +16845,7 @@ VMA_CALL_PRE VkResult VMA_CALL_POST vmaGetMemoryWin32Handle(VmaAllocator VMA_NOT
|
|||
#endif // VMA_IMPLEMENTATION
|
||||
|
||||
/**
|
||||
\page faq Frequenty asked questions
|
||||
\page faq Frequently asked questions
|
||||
|
||||
<b>What is VMA?</b>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue