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

Function SetTextureParams

engine/graphics/src/graphics.cpp:2345–2348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2343 g_functions.m_SetTextureAsync(context, texture, params, callback, user_data);
2344 }
2345 void SetTextureParams(HContext context, HTexture texture, TextureFilter minfilter, TextureFilter magfilter, TextureWrap uwrap, TextureWrap vwrap, float max_anisotropy)
2346 {
2347 g_functions.m_SetTextureParams(context, texture, minfilter, magfilter, uwrap, vwrap, max_anisotropy);
2348 }
2349 uint32_t GetTextureResourceSize(HContext context, HTexture texture)
2350 {
2351 return g_functions.m_GetTextureResourceSize(context, texture);

Callers 2

ApplyProgramSamplerFunction · 0.85
CheckTextureMethod · 0.85

Calls

no outgoing calls

Tested by 1

CheckTextureMethod · 0.68