我暂时不能理解图片,但根据文本内容我可以提供以下回答 战地2042是一款由Electronic Arts发行的第一人称射击游戏。对于您提到的错误信息,它们可能与游戏的图形渲染有关。"DirectX Error"、"DirectX function"和"E OUTOFMEMORY"这些错误的含义可能指向一些共同的问题:1. DirectX 是一个用于创建游戏和应用软件的平台。它...
directx er..出现directx error,如果底下有一长串有E_outofmemory,驱动更新也没用,那就是电脑超频了或者虚拟内存没设置,可以看看下面这up视频
it alway comes out this error when the game was runing DirectX Error DirectX function \"device- >CreateBuffer(&dxDesc, 0, &buffer- >m_buffer)\" failed with E_OUTOFMEMORY(\"Direct3D could not allocate sufficient memory to complete the call.\"). GPU: \"NVDIA GeForce GTX970\" , Driver...
如图~
[out] void **ppCommandQueue ); 1. 2. 3. 4. 5. pDesc-这是指向已填充的D3D12_COMMAND_QUEUE_DESC结构的指针,该结构描述了命令队列的类型 riid-命令队列接口的类型ID ppCommandQueue-指向我们的命令队列接口的指针。 如果我们的GPU内存不足,则此函数将返回E_OUTOFMEMORY。我们必须填写一个D3D12_COMMAND_...
This function supports the standard return values E_INVALIDARG, E_OUTOFMEMORY, and E_UNEXPECTED, as well as the following: S_OK The COM library was initialized successfully on this thread. S_FALSE The COM library is already initialized on this thread. ...
If it fails, the method can return one of the error values shown in the following table. Return code DMUS_E_SET_UNSUPPORTED DMUS_E_TRACK_NOT_FOUND E_POINTER MIDI的配置 一首歌曲如果已经和音色库一起被完整地加载到了内存中,这首音乐基本上已经可以使用了,唯一存在的问题是因为系统需要进行配置,以便...
Directx function " device - = createbuffer ( & dxdesc resource data , & buffer - > m buffer ) failed with e outofmemory directed could not allocate sufficient memory to complete the call . . gpu : nvidia geforce gtx 750 " driver : 37254 . free virtual memory : 112644kb / 2097024kb...
This function supports the standard return values E_INVALIDARG, E_OUTOFMEMORY, and E_UNEXPECTED, as well as the following: S_OK The COM library was initialized successfully on this thread. S_FALSE The COM library is already initialized on this thread. ...
E_OUTOFMEMORY; } memset(pMeshContainer, 0, sizeof(D3DXMESHCONTAINER_DERIVED));//填充网格容器结构D3DXMESHCONTAINER_DERIVED的成员//为网格指定名称 hr = AllocateName(Name, &pMeshContainer->Name); if (FAILED(hr)) { DestroyMeshContainer(pMeshContainer);return...