mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Update recording file format documentation
I forgot to commit this file.
This commit is contained in:
parent
aeb9836f4c
commit
dd24989837
@ -23,7 +23,7 @@ Formats with only minor version incremented are backward compatible.
|
|||||||
VmaReplay application supports all older versions.
|
VmaReplay application supports all older versions.
|
||||||
Current version is:
|
Current version is:
|
||||||
|
|
||||||
1,6
|
1,7
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
@ -243,6 +243,11 @@ No parameters.
|
|||||||
|
|
||||||
- context : pointer
|
- context : pointer
|
||||||
|
|
||||||
|
**vmaSetPoolName** (min format version: 1.7)
|
||||||
|
|
||||||
|
- pool : pointer
|
||||||
|
- pName : string (may contain additional commas)
|
||||||
|
|
||||||
# Data types
|
# Data types
|
||||||
|
|
||||||
**bool**
|
**bool**
|
||||||
@ -271,7 +276,7 @@ An ordered sequence of values of some type, separated by single space.
|
|||||||
# Example file
|
# Example file
|
||||||
|
|
||||||
Vulkan Memory Allocator,Calls recording
|
Vulkan Memory Allocator,Calls recording
|
||||||
1,6
|
1,7
|
||||||
Config,Begin
|
Config,Begin
|
||||||
PhysicalDevice,apiVersion,4198477
|
PhysicalDevice,apiVersion,4198477
|
||||||
PhysicalDevice,driverVersion,8388653
|
PhysicalDevice,driverVersion,8388653
|
||||||
|
Loading…
Reference in New Issue
Block a user