enum

CrystGL::CompressedInternalFormat

Inherits Enum < Comparable < Value < Object

Constants

CompressedRed = 33317_u32
CompressedRG = 33318_u32
CompressedRGB = 34029_u32
CompressedRGBA = 34030_u32
CompressedSRGB = 35912_u32
CompressedSRGBAlpha = 35913_u32
CompressedRedRGTC1 = 36283_u32
CompressedSignedRedRGTC1 = 36284_u32
CompressedRGRGTC2 = 36285_u32
CompressedSignedRGRGTC2 = 36286_u32
CompressedRGBABPTCUNorm = 36492_u32
CompressedSRGBAlphaBPTCUNorm = 36493_u32
CompressedRGBBPTCSignedFloat = 36494_u32
CompressedRGBBPTCUnsignedFloat = 36495_u32

Instance methods

compressed_red?

Returns true if this enum value equals CompressedRed

Source
compressed_red_rgtc1?

Returns true if this enum value equals CompressedRedRGTC1

Source
compressed_rg?

Returns true if this enum value equals CompressedRG

Source
compressed_rgb?

Returns true if this enum value equals CompressedRGB

Source
compressed_rgba?

Returns true if this enum value equals CompressedRGBA

Source
compressed_rgbabptcu_norm?

Returns true if this enum value equals CompressedRGBABPTCUNorm

Source
compressed_rgbbptc_signed_float?

Returns true if this enum value equals CompressedRGBBPTCSignedFloat

Source
compressed_rgbbptc_unsigned_float?

Returns true if this enum value equals CompressedRGBBPTCUnsignedFloat

Source
compressed_rgrgtc2?

Returns true if this enum value equals CompressedRGRGTC2

Source
compressed_signed_red_rgtc1?

Returns true if this enum value equals CompressedSignedRedRGTC1

Source
compressed_signed_rgrgtc2?

Returns true if this enum value equals CompressedSignedRGRGTC2

Source
compressed_srgb?

Returns true if this enum value equals CompressedSRGB

Source
compressed_srgb_alpha?

Returns true if this enum value equals CompressedSRGBAlpha

Source
compressed_srgb_alpha_bptcu_norm?

Returns true if this enum value equals CompressedSRGBAlphaBPTCUNorm

Source