arsa  2.7
Public Attributes | List of all members
Effekseer::TextureData Struct Reference

Texture data. More...

#include <Effekseer.h>

Public Attributes

int32_t Width
 
int32_t Height
 
TextureFormatType TextureFormat
 
voidUserPtr
 
int64_t UserID
 
bool HasMipmap = true
 for OpenGL, it is ignored in other apis More...
 

Detailed Description

Texture data.

Definition at line 541 of file Effekseer.h.

Member Data Documentation

◆ HasMipmap

bool Effekseer::TextureData::HasMipmap = true

for OpenGL, it is ignored in other apis

Definition at line 550 of file Effekseer.h.

◆ Height

int32_t Effekseer::TextureData::Height

Definition at line 544 of file Effekseer.h.

◆ TextureFormat

TextureFormatType Effekseer::TextureData::TextureFormat

Definition at line 545 of file Effekseer.h.

◆ UserID

int64_t Effekseer::TextureData::UserID

Definition at line 547 of file Effekseer.h.

◆ UserPtr

void* Effekseer::TextureData::UserPtr

Definition at line 546 of file Effekseer.h.

◆ Width

int32_t Effekseer::TextureData::Width

Definition at line 543 of file Effekseer.h.


The documentation for this struct was generated from the following file: