pub type PFN_D3D12_SERIALIZE_VERSIONED_ROOT_SIGNATURE = Option<unsafe extern "system" fn(prootsignature: *const D3D12_VERSIONED_ROOT_SIGNATURE_DESC, ppblob: *mut ID3DBlob, pperrorblob: *mut ID3DBlob) -> HRESULT>;
Expand description

Required features: "Win32_Graphics_Direct3D12", "Win32_Graphics_Direct3D"