MCPcopy Create free account
hub / github.com/defold/defold / DX12SetTextureAsync

Function DX12SetTextureAsync

engine/graphics/src/dx12/graphics_dx12.cpp:3591–3598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3589 }
3590
3591 static void DX12SetTextureAsync(HContext context, HTexture texture, const TextureParams& params, SetTextureAsyncCallback callback, void* user_data)
3592 {
3593 SetTexture(context, texture, params);
3594 if (callback)
3595 {
3596 callback(texture, user_data);
3597 }
3598 }
3599
3600 static bool DX12IsExtensionSupported(HContext context, const char* extension)
3601 {

Callers

nothing calls this directly

Calls 1

SetTextureFunction · 0.50

Tested by

no test coverage detected