MCPcopy Create free account
hub / github.com/Croteam-official/Serious-Engine / MakeMipmaps

Function MakeMipmaps

Sources/Engine/Graphics/Graphics.cpp:293–332  ·  view source on GitHub ↗

makes ALL lower mipmaps (to size of 1x1!) of a specified 32-bit bitmap and returns pointer to newely created and mipmaped image (only first ctFineMips number of mip-maps will be filtered with bilinear subsampling, while all others will be downsampled with nearest-neighbour method)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

AddFrame_tMethod · 0.85
Read_tMethod · 0.85
SetAsCurrentMethod · 0.85
InitTextureFunction · 0.85
UpdateTopMapMethod · 0.85
ReadVersion_tMethod · 0.85
GetThumbnailMethod · 0.85
UpdateTerrainShadowMapFunction · 0.85

Calls 4

FilterBitmapFunction · 0.85
MakeOneMipmapFunction · 0.85
StartTimerMethod · 0.80
StopTimerMethod · 0.80

Tested by

no test coverage detected