目次 - API(機能別) - 2Dレンダリング - SDL_GetTextureScaleMode

SDL_GetTextureScaleMode

テクスチャの拡大縮小で使用しているモードを得る

構文

int SDL_GetTextureScaleMode(SDL_Texture* texture, SDL_ScaleMode* scaleMode)

引数

textureテクスチャ
scaleMode現在の拡大縮小モードの代入先へのポインタ

戻り値

正常のとき0, 失敗のとき-1を戻す.

バージョン

SDL 2.0.12以降

関連項目(関数)

SDL_SetTextureScaleMode

SDL Wikiへのリンク

SDL_GetTextureScaleMode - SDL Wiki