MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Blast / IsNvDeviceID

Function IsNvDeviceID

samples/SampleBase/core/DeviceManager.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39namespace
40{
41 bool IsNvDeviceID(UINT id)
42 {
43 return id == 0x10DE;
44 }
45
46 // Find an adapter whose name contains the given string.
47 IDXGIAdapter* FindAdapter(const WCHAR* targetName, bool& isNv)

Callers 1

FindAdapterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected