このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Fix typo (s/proedural/procedural)
pull/610/head
Ahmad Fatoum
7年前
親
6905a875ed
コミット
548dbeb1ca
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
C3EAC3DE9321D59B
4個のファイルの変更
、
5行の追加
、
5行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/CMakeOptions.txt
+2
-2
src/config.h
+1
-1
src/config.h.in
+1
-1
src/textures.c
+ 1
- 1
src/CMakeOptions.txt
ファイルの表示
@ -45,7 +45,7 @@ option(SUPPORT_FONT_TEXTURE "Draw rectangle shapes using font texture white char
option(SUPPORT_QUADS_DRAW_MODE "Use QUADS instead of TRIANGLES for drawing when possible. Some lines-based shapes could still use lines" ON)
# textures.c
option(SUPPORT_IMAGE_GENERATION "Support proedural image generation functionality (gradient, spot, perlin-noise, cellular)" ON)
option(SUPPORT_IMAGE_GENERATION "Support pro
c
edural image generation functionality (gradient, spot, perlin-noise, cellular)" ON)
option(SUPPORT_FILEFORMAT_PNG "Support loading PNG as textures" ON)
option(SUPPORT_FILEFORMAT_DDS "Support loading DDS as textures" ON)
option(SUPPORT_FILEFORMAT_HDR "Support loading HDR as textures" ON)
+ 2
- 2
src/config.h
ファイルの表示
@ -86,10 +86,10 @@
/
/
#
define
SUPPORT_FILEFORMAT_PKM
1
/
/
#
define
SUPPORT_FILEFORMAT_PVR
1
/
/
Support
multiple
image
editing
functions
to
scale
,
adjust
colors
,
flip
,
draw
on
images
,
crop
.
.
.
/
/
Support
multiple
image
editing
functions
to
scale
,
adjust
colors
,
flip
,
draw
on
images
,
crop
.
.
.
/
/
If
not
defined
only
three
image
editing
functions
supported
:
ImageFormat
(
)
,
ImageAlphaMask
(
)
,
ImageToPOT
(
)
#
define SUPPORT_IMAGE_MANIPULATION 1
/
/
Support
proedural
image
generation
functionality
(
gradient
,
spot
,
perlin
-
noise
,
cellular
)
/
/
Support
pro
c
edural
image
generation
functionality
(
gradient
,
spot
,
perlin
-
noise
,
cellular
)
#
define SUPPORT_IMAGE_GENERATION 1
+ 1
- 1
src/config.h.in
ファイルの表示
@ -44,7 +44,7 @@
/* Support multiple image editing functions to scale, adjust colors, flip, draw on images, crop... If not defined only three image editing functions supported: ImageFormat(), ImageAlphaMask(), ImageToPOT() */
#cmakedefine SUPPORT_IMAGE_MANIPULATION 1
/* Support proedural image generation functionality (gradient, spot, perlin-noise, cellular) */
/* Support pro
c
edural image generation functionality (gradient, spot, perlin-noise, cellular) */
#cmakedefine SUPPORT_IMAGE_GENERATION 1
// text.c
+ 1
- 1
src/textures.c
ファイルの表示
@ -24,7 +24,7 @@
*
If
not
defined
only
three
image
editing
functions
supported
:
ImageFormat
(
)
,
ImageAlphaMask
(
)
,
ImageToPOT
(
)
*
*
#
define
SUPPORT_IMAGE_GENERATION
*
Support
proedural
image
generation
functionality
(
gradient
,
spot
,
perlin
-
noise
,
cellular
)
*
Support
pro
c
edural
image
generation
functionality
(
gradient
,
spot
,
perlin
-
noise
,
cellular
)
*
*
DEPENDENCIES
:
*
stb_image
-
Multiple
image
formats
loading
(
JPEG
,
PNG
,
BMP
,
TGA
,
PSD
,
GIF
,
PIC
)
書き込み
プレビュー
読み込み中…
キャンセル
保存