このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Corrected issue
Compression API requires functions provided by stbi_image_write (DEFLATE compression)
pull/1262/head
raysan5
5年前
親
fe5fe230b9
コミット
427e543d84
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/textures.c
+ 1
- 1
src/textures.c
ファイルの表示
@ -123,7 +123,7 @@
/
/
NOTE
:
Used
to
read
image
data
(
multiple
formats
support
)
#
endif
#
if defined(SUPPORT_IMAGE_EXPORT)
#
if
(
defined(SUPPORT_IMAGE_EXPORT
) || defined(SUPPORT_COMPRESSION_API)
)
#
define STBIW_MALLOC RL_MALLOC
#
define STBIW_FREE RL_FREE
#
define STBIW_REALLOC RL_REALLOC
書き込み
プレビュー
読み込み中…
キャンセル
保存