MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
MGL::Render::Texture メンバ一覧

継承メンバを含む MGL::Render::Texture の全メンバ一覧です。

Create(TextureKey key, const void *pixelData, PixelFormat pixelFormat, uint32_t width, uint32_t height) noexceptMGL::Render::Texture
Create(const void *pixelData, PixelFormat pixelFormat, uint32_t width, uint32_t height) noexceptMGL::Render::Texture
CreateRenderTarget(TextureKey key, uint32_t width, uint32_t height) noexceptMGL::Render::Texture
CreateRenderTarget(uint32_t width, uint32_t height) noexceptMGL::Render::Texture
Destroy() noexceptMGL::Render::Textureinline
Destroy(TextureKey key) noexceptMGL::Render::Textureinlinestatic
GetResource() const noexceptMGL::Render::Texture
GetSize() const noexceptMGL::Render::Texture
IsLoading() const noexceptMGL::Render::Texture
IsValid() const noexceptMGL::Render::Texture
Load(TextureKey key) noexceptMGL::Render::Texture
Load(TextureKey key, const File::PathView &imagePath, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
Load(TextureKey key, const void *imageData, size_t dataSize, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
Load(const File::PathView &imagePath, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
Load(const void *imageData, size_t dataSize, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
LoadAsync(TextureKey key, const File::PathView &imagePath, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
LoadAsync(TextureKey key, const void *imageData, size_t dataSize, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
LoadAsync(const File::PathView &imagePath, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
LoadAsync(const void *imageData, size_t dataSize, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
operator bool() const noexceptMGL::Render::Textureinlineexplicit
operator!() const noexceptMGL::Render::Textureinline
RegisterLoader(TextureLoaderKey loaderKey, Args... args) noexceptMGL::Render::Textureinlinestatic
SetDefaultLoader(TextureLoaderKey loaderKey) noexceptMGL::Render::Textureinlinestatic
Texture() noexceptMGL::Render::Textureinline
Texture(SharedTextureResource resource) noexceptMGL::Render::Texture
Texture(TextureKey key) noexceptMGL::Render::Texture
Texture(TextureKey key, const File::PathView &imagePath, bool isAsync, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
Texture(TextureKey key, const void *imageData, size_t dataSize, bool isAsync, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
Texture(const File::PathView &imagePath, bool isAsync, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture
Texture(const void *imageData, size_t dataSize, bool isAsync, TextureLoaderKey loaderKey=TextureStorage::kDefaultLoaderKey) noexceptMGL::Render::Texture