lib.res.graphics
Namespace ERR
in ogl_shader.h
in tex.h
- namespace ERR
=========================================================================
File : ogl_shader.h
Project : 0 A.D.
Description : load and link together shaders; provides hotload support.
=========================================================================
SHDR_COMPILE
public const LibError SHDR_COMPILE;
SHDR_CREATE
public const LibError SHDR_CREATE;
SHDR_LINK
public const LibError SHDR_LINK;
SHDR_NO_PROGRAM
public const LibError SHDR_NO_PROGRAM;
SHDR_NO_SHADER
public const LibError SHDR_NO_SHADER;
TEX_COMPRESSED
public const LibError TEX_COMPRESSED;
TEX_FMT_INVALID
public const LibError TEX_FMT_INVALID;
TEX_INVALID_COLOR_TYPE
public const LibError TEX_INVALID_COLOR_TYPE;
TEX_INVALID_LAYOUT
public const LibError TEX_INVALID_LAYOUT;
TEX_INVALID_SIZE
public const LibError TEX_INVALID_SIZE;
TEX_NOT_8BIT_PRECISION
public const LibError TEX_NOT_8BIT_PRECISION;