Name Description Size
.gitignore 81
fips.yml 49
gliml.h gliml - GL image loader library gliml main header file. Include this file after the GL header, and optionally define the following macros before the include: GLIML_ASSERT(x) - your custom assert implementation, default is assert GLIML_NO_DDS - don't include DDS support GLIML_NO_PVR - don't include PVR support GLIML_NO_KTX - don't include KTX support 7530
gliml.inl 6562
gliml_dds.h gliml_dds.h DDS specific code of gliml, derived from nvdds.cpp: https://github.com/tlorach/nvFX/blob/master/samples/shared/nv_dds/nv_dds.cpp 2279
gliml_dds.inl 8648
gliml_ktx.h gliml_ktx.h KTX file format support. see http://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/ 762
gliml_ktx.inl 6814
gliml_pvr.h gliml_pvr.h PVRTC specific code of gliml. See the PowerVR Tools package at http://community.imgtec.com/developers/powervr/tools/ for details 738
gliml_pvr.inl 4945
LICENSE 1081
README.md gliml 6058