Monado OpenXR Runtime
|
Header for D3D12-backed image buffer allocator factory function. More...
Go to the source code of this file.
Functions | |
struct xrt_image_native_allocator * | d3d12_allocator_create (ID3D12Device *device) |
Create a XINA that allocates D3D12 textures. More... | |
Header for D3D12-backed image buffer allocator factory function.
struct xrt_image_native_allocator * d3d12_allocator_create | ( | ID3D12Device * | device | ) |
Create a XINA that allocates D3D12 textures.
device | A device to allocate the textures with. Be sure it will not be used from other threads while this allocator allocates. |