目次 - SDL 3.0 API(機能別) - 3DレンダリングとGPUコンピューティング - SDL_GPUSupportsProperties

SDL_GPUSupportsProperties

GPUランタイムの対応をチェックする

ヘッダ

SDL3/SDL_gpu.h

構文

bool SDL_GPUSupportsProperties(SDL_PropertiesID props);

引数

SDL_PropertiesIDprops使用するプロパティ

戻り値

(bool) 対応するとき真, 対応しないとき偽を戻す.

バージョン

SDL 3.2.0以降

関連項目

SDL Wikiへのリンク

SDL_GPUSupportsProperties - SDL Wiki