#include "dxlibex/config/no_min_max.h"
#include "DxLib.h"
#include <cstdint>
#include "../texture2d.hpp"
#include "dxlibex/basic_types.hpp"
Go to the source code of this file.
|
| template<typename BuffT , typename OutFunc > |
| void | dxle::graph2d::gr_impl::LoadDivGraph_impl (OutFunc &&out_func, BuffT *HandleBuf, const TCHAR *FileName, int AllNum, const dxle::sizei &Num, const dxle::sizei &Size, bool NotUse3DFlag) |
| | 画像ファイルを分割してグラフィックハンドルを作成する More...
|
| |
| derivative_texture2d | dxle::graph2d::LoadDivGraph (const TCHAR *FileName, int AllNum, const dxle::sizei &Num, const dxle::sizei &Size, bool NotUse3DFlag=false) |
| | 画像ファイルを分割してグラフィックハンドルを作成する More...
|
| |
| derivative_texture2d | dxle::graph2d::LoadDivGraph (const tstring &FileName, int AllNum, const dxle::sizei &Num, const dxle::sizei &Size, bool NotUse3DFlag=false) |
| | 画像ファイルを分割してグラフィックハンドルを作成する More...
|
| |