SDL_GPUTextureFormatTexelBlockSize

Obtains the texel block size for a texture format.

extern (C) nothrow @nogc extern
SDL_GPUTextureFormatTexelBlockSize

Parameters

format SDL_GPUTextureFormat

the texture format you want to know the texel size of.

Return Value

Type: Uint32

the texel block size of the texture format.

See Also

Meta