OSDN Git Service

SDL_Rect サンプルコードを修正 コピー先のwとhは無視されるため0とした https://github.com/libsdl-org/sdlwiki/commit...
[sdl2referencejp/sdl2referencejp.git] / SDL_SetTextureScaleMode.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="Simple Directmedia Layer SDL2.0">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="CategoryRender.html" title="1\82Â\8fã">
9 <title>SDL_SetTextureScaleMode</title>
10 </head>
11 <body>
12 <a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryRender.html">2D\83\8c\83\93\83_\83\8a\83\93\83O</a> - SDL_SetTextureScaleMode
13 <hr>
14 <h1>SDL_SetTextureScaleMode</h1>
15 \83e\83N\83X\83`\83\83\82Ì\8ag\91å\8fk\8f¬\82Å\8eg\97p\82·\82é\83\82\81[\83h\82ð\90Ý\92è\82·\82é
16 <h2>\8d\\95¶</h2>
17 <code>int SDL_SetTextureScaleMode(SDL_Texture* texture, SDL_ScaleMode scaleMode)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="SDL_SetTextureScaleMode">
20 <tr><td>texture</td><td>\90Ý\92è\82³\82ê\82é\83e\83N\83X\83`\83\83</td></tr>
21 <tr><td>scaleMode</td><td>\83e\83N\83X\83`\83\83\82Ì\8ag\91å\8fk\8f¬\82Å\8eg\97p\82·\82éSDL_ScaleMode</td></tr>
22 </table>
23 <h2>\96ß\82è\92l</h2>
24 \90¬\8c÷\82Ì\82Æ\82«0, \8e¸\94s\82Ì\82Æ\82«-1\82ð\96ß\82·.
25 <h2>\8fÚ\8d×</h2>
26 <p>
27 \8ew\92è\82µ\82½\8ag\91å\8fk\8f¬\83\82\81[\83h\82É\91Î\89\9e\82µ\82Ä\82¢\82È\82¢\8fê\8d\87\82Í, \8dÅ\82à\8bß\82¢\83\82\81[\83h\82ª\91I\91ð\82³\82ê\82é.
28 </p>
29 <h2>\83o\81[\83W\83\87\83\93</h2>
30 SDL 2.0.12\88È\8d~
31 <h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
32 <a href="SDL_GetTextureScaleMode.html">SDL_GetTextureScaleMode</a><br>
33 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
34 <a href="https://wiki.libsdl.org/SDL_SetTextureScaleMode">SDL_SetTextureScaleMode - SDL Wiki</a>
35 <hr>
36 </body>
37 </html>