Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Types | List of all members
jop::Texture::Flag Struct Reference

#include <Texture.hpp>

Public Types

enum  : uint32 { DisallowSRGB, DisallowMipmapGeneration, DisallowCompression }
 

Detailed Description

Texture flags

Definition at line 47 of file Texture.hpp.

Member Enumeration Documentation

anonymous enum : uint32
Enumerator
DisallowSRGB 

Disallow the use of the sRGB color space.

DisallowMipmapGeneration 

Disallow automatic mipmap generation.

DisallowCompression 

Disallow automatic compression.

Definition at line 49 of file Texture.hpp.


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