microsoft / D3D12TranslationLayer

A library containing utilities for mapping higher-level graphics work to D3D12
MIT License
327 stars 47 forks source link

Remove std:: prefix from std::min call #93

Closed vdwtanner closed 8 months ago

vdwtanner commented 8 months ago

This is in line with how we make other calls to min and max in the translation layer.