nangua

Results 13 issues of nangua

出x64的版本了。能帮忙过一下吗?

I use Ogre:: v1:: Overlay as a container to add Ogre:: v1:: TextAreaOverlayElement to different windows, but the text from multiple windows will be stacked together and rendered on each...

WGPURequestAdapterOptions adapterOpts = {}; adapterOpts.nextInChain = nullptr; adapterOpts.compatibleSurface = mSurface; adapterOpts.powerPreference = WGPUPowerPreference_HighPerformance; adapterOpts.forceFallbackAdapter = false; adapterOpts.backendType = WGPUBackendType_D3D12; mAdapter = instance.requestAdapter(adapterOpts); WGPUAdapterProperties properties = {}; wgpuAdapterGetProperties(mAdapter, &properties); The property...