internal static void _ctor(ref D3D12MA_Allocator pThis, [NativeTypeName("const ALLOCATION_CALLBACKS&")] D3D12MA_ALLOCATION_CALLBACKS *allocationCallbacks, [NativeTypeName("const ALLOCATOR_DESC&")] D3D12MA_ALLOCATOR_DESC *desc)
 {
     pThis.m_Pimpl = D3D12MA_NEW <D3D12MA_AllocatorPimpl>(allocationCallbacks);
     D3D12MA_AllocatorPimpl._ctor(ref *pThis.m_Pimpl, allocationCallbacks, desc);
 }
Esempio n. 2
0
 public static partial int D3D12MA_CreateAllocator([NativeTypeName("const ALLOCATOR_DESC*")] D3D12MA_ALLOCATOR_DESC *pDesc, D3D12MA_Allocator **ppAllocator);