MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / AnyBlockCompressedTextures

Function AnyBlockCompressedTextures

tools/cli/NtcCommandLine.cpp:1782–1793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780 }
1781 printf("\n");
1782 }
1783 }
1784}
1785
1786static bool ListCudaDevices()
1787{
1788 int count = 0;
1789 cudaError_t err = cudaGetDeviceCount(&count);
1790 if (err != cudaSuccess)
1791 {
1792 fprintf(stderr, "Call to cudaGetDeviceCount failed, error code = %s.\n", cudaGetErrorName(err));
1793 return false;
1794 }
1795
1796 if (count == 0)

Callers 1

mainFunction · 0.85

Calls 1

GetTextureMethod · 0.80

Tested by

no test coverage detected