-1
src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp
-1
src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp
···
31
31
* @param xsci Swapchain create info: note that the format is assumed to be a DXGI_FORMAT (conversion to typeless is
32
32
* automatic)
33
33
* @param image_count The number of images to create.
34
-
* @param keyed_mutex Whether to create images with a shared "keyed mutex" as well
35
34
* @param[out] out_images A vector that will be cleared and populated with the images.
36
35
* @param[out] out_handles A vector that will be cleared and populated with the corresponding native handles.
37
36
* @param[out] out_image_mem_size The image memory allocation size in bytes