dagon.graphics.texture

Undocumented in source.

Members

Classes

Texture
class Texture
Undocumented in source.

Enums

CubeFace
enum CubeFace
Undocumented in source.
CubeFaceBit
enum CubeFaceBit
Undocumented in source.
TextureDimension
enum TextureDimension
Undocumented in source.

Functions

cubeFaceBit
CubeFaceBit cubeFaceBit(CubeFace face)
Undocumented in source. Be warned that the author may not have intended to support it.
cubeFaceCameraMatrix
Matrix4x4f cubeFaceCameraMatrix(CubeFace cf, Vector3f pos)
Undocumented in source. Be warned that the author may not have intended to support it.
cubeFaceMatrix
Matrix4x4f cubeFaceMatrix(CubeFace cf)
Undocumented in source. Be warned that the author may not have intended to support it.
detectTextureFormat
bool detectTextureFormat(SuperImage img, TextureFormat tf)
Undocumented in source. Be warned that the author may not have intended to support it.
equirectProj
Vector2f equirectProj(Vector3f dir)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

GL_COMPRESSED_RGBA_ASTC_10x10_KHR
enum GL_COMPRESSED_RGBA_ASTC_10x10_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_10x5_KHR
enum GL_COMPRESSED_RGBA_ASTC_10x5_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_10x6_KHR
enum GL_COMPRESSED_RGBA_ASTC_10x6_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_10x8_KHR
enum GL_COMPRESSED_RGBA_ASTC_10x8_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_12x10_KHR
enum GL_COMPRESSED_RGBA_ASTC_12x10_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_12x12_KHR
enum GL_COMPRESSED_RGBA_ASTC_12x12_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_4x4_KHR
enum GL_COMPRESSED_RGBA_ASTC_4x4_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_5x4_KHR
enum GL_COMPRESSED_RGBA_ASTC_5x4_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_5x5_KHR
enum GL_COMPRESSED_RGBA_ASTC_5x5_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_6x5_KHR
enum GL_COMPRESSED_RGBA_ASTC_6x5_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_6x6_KHR
enum GL_COMPRESSED_RGBA_ASTC_6x6_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_8x5_KHR
enum GL_COMPRESSED_RGBA_ASTC_8x5_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_8x6_KHR
enum GL_COMPRESSED_RGBA_ASTC_8x6_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_ASTC_8x8_KHR
enum GL_COMPRESSED_RGBA_ASTC_8x8_KHR;
Undocumented in source.
GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
enum GL_COMPRESSED_RGBA_BPTC_UNORM_ARB;
Undocumented in source.
GL_COMPRESSED_RGBA_S3TC_DXT3_EXT
enum GL_COMPRESSED_RGBA_S3TC_DXT3_EXT;
Undocumented in source.
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
enum GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
Undocumented in source.
GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB
enum GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB;
Undocumented in source.
GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB
enum GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB;
Undocumented in source.
GL_COMPRESSED_RGB_S3TC_DXT1_EXT
enum GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR;
Undocumented in source.
GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB
enum GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB;
Undocumented in source.

Structs

TextureBuffer
struct TextureBuffer
Undocumented in source.
TextureFormat
struct TextureFormat
Undocumented in source.
TextureSize
struct TextureSize
Undocumented in source.

Variables

compressedFormats
enum GLint[] compressedFormats;
Undocumented in source.
numChannelsFormat
enum uint[GLenum] numChannelsFormat;
Undocumented in source.

Meta