We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e628e1a commit cfa4476Copy full SHA for cfa4476
TextureLoader/interface/TextureUtilities.h
@@ -161,6 +161,8 @@ void DILIGENT_GLOBAL_FUNCTION(PremultiplyAlpha)(const PremultiplyAlphaAttribs RE
161
/// \param [in] TexLoadInfo - Texture loading information.
162
/// \param [in] pDevice - Render device that will be used to create the texture.
163
/// \param [out] ppTexture - Memory location where pointer to the created texture will be written.
164
+///
165
+/// \note The function is thread-safe.
166
void DILIGENT_GLOBAL_FUNCTION(CreateTextureFromFile)(const Char* FilePath,
167
const TextureLoadInfo REF TexLoadInfo,
168
IRenderDevice* pDevice,
0 commit comments