OSDN Git Service

SDL_CreateRGBSurfaceWithFormat 新規追加 https://wiki.libsdl.org/SDL_CreateRGBSurfaceWithF...
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 9 Oct 2016 16:02:48 +0000 (01:02 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 9 Oct 2016 16:02:48 +0000 (01:02 +0900)
CategoryAPI.html
CategorySurface.html
SDL_CreateRGBSurfaceWithFormat.html [new file with mode: 0644]

index 75940a9..b59dfef 100644 (file)
 <li><a href="SDL_CreateMutex.html">SDL_CreateMutex</a></li>
 <li><a href="SDL_CreateRGBSurface.html">SDL_CreateRGBSurface</a></li>
 <li><a href="SDL_CreateRGBSurfaceFrom.html">SDL_CreateRGBSurfaceFrom</a></li>
+<li><a href="SDL_CreateRGBSurfaceWithFormat.html">SDL_CreateRGBSurfaceWithFormat</a></li>
 <li><a href="SDL_CreateRGBSurfaceWithFormatFrom.html">SDL_CreateRGBSurfaceWithFormatFrom</a></li>
 <li><a href="SDL_CreateRenderer.html">SDL_CreateRenderer</a></li>
 <li><a href="SDL_CreateSemaphore.html">SDL_CreateSemaphore</a></li>
index a21597d..f09039b 100644 (file)
@@ -28,6 +28,7 @@
 <li><a href="SDL_ConvertSurfaceFormat.html">SDL_ConvertSurfaceFormat</a></li>\r
 <li><a href="SDL_CreateRGBSurface.html">SDL_CreateRGBSurface</a></li>\r
 <li><a href="SDL_CreateRGBSurfaceFrom.html">SDL_CreateRGBSurfaceFrom</a></li>\r
+<li><a href="SDL_CreateRGBSurfaceWithFormat.html">SDL_CreateRGBSurfaceWithFormat</a></li>\r
 <li><a href="SDL_CreateRGBSurfaceWithFormatFrom.html">SDL_CreateRGBSurfaceWithFormatFrom</a></li>\r
 <li><a href="SDL_FillRect.html">SDL_FillRect</a></li>\r
 <li><a href="SDL_FillRects.html">SDL_FillRects</a></li>\r
diff --git a/SDL_CreateRGBSurfaceWithFormat.html b/SDL_CreateRGBSurfaceWithFormat.html
new file mode 100644 (file)
index 0000000..65e8e1c
--- /dev/null
@@ -0,0 +1,44 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja-JP">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
+<link rel="top" href="index.html" title="\83z\81[\83\80">
+<link rel="parent" href="CategorySurface.html" title="1\82Â\8fã">
+<title>SDL_CreateRGBSurfaceWithFormat</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategorySurface.html">\83T\81[\83t\83F\83C\83X\82Ì\90\90¬\82Æ\92P\8f\83\82È\95`\89æ</a> - SDL_CreateRGBSurfaceWithFormat
+<hr>
+<h1>SDL_CreateRGBSurfaceWithFormat</h1>
+\8aù\91\82Ì\83s\83N\83Z\83\8b\83f\81[\83^\82©\82ç\90V\82µ\82¢RGB\83T\81[\83t\83F\83C\83X\82ð\90\90¬\82·\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_Surface* SDL_CreateRGBSurfaceWithFormat(Uint32 flags, int width, int height, int depth, Uint32 format)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_CreateRGBSurfaceWithFormat">
+<tr><td>flags</td><td>\8c»\8dÝ\82Í\8eg\82í\82ê\82È\82¢. \8fí\82É0\82Æ\82·\82é\82±\82Æ.</td></tr>
+<tr><td>width</td><td>\83T\81[\83t\83F\83C\83X\82Ì\95\9d</td></tr>
+<tr><td>height</td><td>\83T\81[\83t\83F\83C\83X\82Ì\8d\82\82³</td></tr>
+<tr><td>depth</td><td>\83T\81[\83t\83F\83C\83X\82Ì\83r\83b\83g\90[\93x</td></tr>
+<tr><td>format</td><td>\83T\81[\83t\83F\83C\83X\82Ì\83t\83H\81[\83}\83b\83g</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\90¬\8c÷\82Ì\82Æ\82«\90\90¬\82³\82ê\82½<a href="SDL_Surface.html">SDL_Surface</a>, \8e¸\94s\82Ì\82Æ\82«NULL\82ð\96ß\82·.
+<a href="SDL_GetError.html">SDL_GetError()</a>\82ð\8cÄ\82ñ\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.
+<h2>\8fÚ\8d×</h2>
+<p>
+\83\81\83\82\83\8a\82ð\8am\95Û\82Å\82«\82È\82©\82Á\82½\82Æ\82«\82ÍNULL\82ð\96ß\82·.
+</p>
+<h2>\83o\81[\83W\83\87\83\93</h2>
+<p>
+\82±\82Ì\8aÖ\90\94\82ÍSDL 2.0.5\88È\8d~\82Å\8eg\82¦\82é.
+</p>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_CreateRGBSurfaceWithFormatFrom.html">SDL_CreateRGBSurfaceWithFormatFrom</a><br>
+<a href="SDL_FreeSurface.html">SDL_FreeSurface</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_CreateRGBSurfaceWithFormat">SDL_CreateRGBSurfaceWithFormat - SDL Wiki</a>
+<hr>
+</body>
+</html>