Cogs.Core
Public Attributes | List of all members
Cogs::TextureGL20 Struct Reference

Public Attributes

GLenum type
 
GLuint textureId
 
uint32_t width
 
uint32_t height
 
uint32_t numSamples
 
uint32_t arraySize
 
TextureFormat format
 
TextureFlags::ETextureFlags flags
 
bool hasMipmaps
 
bool textureView
 

Detailed Description

Definition at line 13 of file TexturesGL20.h.

Member Data Documentation

◆ arraySize

uint32_t Cogs::TextureGL20::arraySize

Definition at line 22 of file TexturesGL20.h.

◆ flags

TextureFlags::ETextureFlags Cogs::TextureGL20::flags

Definition at line 25 of file TexturesGL20.h.

◆ format

TextureFormat Cogs::TextureGL20::format

Definition at line 24 of file TexturesGL20.h.

◆ hasMipmaps

bool Cogs::TextureGL20::hasMipmaps

Definition at line 27 of file TexturesGL20.h.

◆ height

uint32_t Cogs::TextureGL20::height

Definition at line 19 of file TexturesGL20.h.

◆ numSamples

uint32_t Cogs::TextureGL20::numSamples

Definition at line 21 of file TexturesGL20.h.

◆ textureId

GLuint Cogs::TextureGL20::textureId

Definition at line 16 of file TexturesGL20.h.

◆ textureView

bool Cogs::TextureGL20::textureView

Definition at line 28 of file TexturesGL20.h.

◆ type

GLenum Cogs::TextureGL20::type

Definition at line 15 of file TexturesGL20.h.

◆ width

uint32_t Cogs::TextureGL20::width

Definition at line 18 of file TexturesGL20.h.


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