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

Required features: "Win32_Graphics_Direct3D12", "Win32_Graphics_Direct3D"