You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an unordered list of not so important things for long evenings:
Replace x == nullptr check with !x for consistency
Look through IDE suggestions (consider C++20 features, e.g. std::ranges?)
Add tests for VkReflex once that PR has landed
Reuse ResourceFactory and Vk for nvofapi
Add tests for nvofapi
Resolve "used after move" warning properly in tests
Consider more abstraction/reuse for tests
Improve cleanup for VK-Reflex tests (in case of a test failure, the test suite stops because NvapiVulkanLowLatencyDevice::Reset() called for cleanup, calls vkDestroySemaphore with trompeloeil::expectations already out of scope. See ResetGlobals())
Just an unordered list of not so important things for long evenings:
x == nullptr
check with!x
for consistencystd::ranges
?)ResourceFactory
andVk
fornvofapi
nvofapi
NvapiVulkanLowLatencyDevice::Reset()
called for cleanup, callsvkDestroySemaphore
with trompeloeil::expectations already out of scope. SeeResetGlobals()
)nvapi_private
once updated NVAPI headers are available (also update https://github.com/jp7677/dxvk-nvapi/blob/master/tests/nvapi_system.cpp#L58-L59)If someone beats me for any of those points, that's fine of course ;)
The text was updated successfully, but these errors were encountered: