目次 - API(機能別) - ディスプレイとウィンドウ - SDL_GL_GetAttribute
SDL_GL_GetAttribute
カレントコンテキストの属性の現在の値を得る
構文
int SDL_GL_GetAttribute(SDL_GLattr attr, int* value)
引数
戻り値
成功のとき0, 失敗のとき負の数を戻す.
SDL_GetError()を呼んで詳細を知ることができる.
バージョン
SDL 2.0.0以降
関連項目(関数)
SDL_GL_ResetAttributes
SDL_GL_SetAttribute
SDL Wikiへのリンク
SDL_GL_GetAttribute - SDL Wiki