Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
bitmap_utils.cpp File Reference
#include "render_utils.h"
#include "components/rendering/rendering.h"
#include <Strings/components/utils/saferelease/saferelease.h>
#include "components/diagnostics/logger/logger.h"

Macros

#define DIB_WIDTHBYTES(bits)   ((((bits) + 31)>>5)<<2)
 

Macro Definition Documentation

◆ DIB_WIDTHBYTES

#define DIB_WIDTHBYTES (   bits)    ((((bits) + 31)>>5)<<2)