├── external ├── gli │ ├── test │ │ ├── bug.cpp │ │ ├── bug.hpp │ │ ├── core.hpp │ │ └── bug │ │ │ ├── CMakeLists.txt │ │ │ └── bug.cpp │ ├── gli │ │ └── core │ │ │ ├── dummy.cpp │ │ │ └── filter.inl │ ├── .gitignore │ ├── doc │ │ ├── api │ │ │ ├── namespaces.js │ │ │ ├── a00037.js │ │ │ ├── a00039.js │ │ │ ├── a00041.js │ │ │ ├── a00042.js │ │ │ ├── a00038.js │ │ │ ├── a00040.js │ │ │ ├── a00043.js │ │ │ ├── annotated_dup.js │ │ │ ├── doc.png │ │ │ ├── a00002.png │ │ │ ├── a00003.png │ │ │ ├── a00004.png │ │ │ ├── a00005.png │ │ │ ├── a00006.png │ │ │ ├── a00007.png │ │ │ ├── a00008.png │ │ │ ├── a00009.png │ │ │ ├── a00010.png │ │ │ ├── a00011.png │ │ │ ├── a00012.png │ │ │ ├── a00013.png │ │ │ ├── a00014.png │ │ │ ├── a00015.png │ │ │ ├── a00016.png │ │ │ ├── a00017.png │ │ │ ├── a00018.png │ │ │ ├── a00019.png │ │ │ ├── a00020.png │ │ │ ├── a00021.png │ │ │ ├── a00022.png │ │ │ ├── a00023.png │ │ │ ├── a00024.png │ │ │ ├── a00025.png │ │ │ ├── a00026.png │ │ │ ├── a00027.png │ │ │ ├── a00028.png │ │ │ ├── a00029.png │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── logo.png │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── doxygen.png │ │ │ ├── search │ │ │ │ ├── classes_0.js │ │ │ │ ├── classes_1.js │ │ │ │ ├── groups_0.js │ │ │ │ ├── namespaces_0.js │ │ │ │ ├── classes_2.js │ │ │ │ ├── close.png │ │ │ │ ├── files_4.js │ │ │ │ ├── files_7.js │ │ │ │ ├── files_a.js │ │ │ │ ├── mag_sel.png │ │ │ │ ├── search_l.png │ │ │ │ ├── search_m.png │ │ │ │ ├── search_r.png │ │ │ │ ├── files_6.js │ │ │ │ ├── all_e.js │ │ │ │ ├── enums_3.js │ │ │ │ ├── enums_1.js │ │ │ │ ├── enums_2.js │ │ │ │ ├── pages_2.js │ │ │ │ ├── files_1.js │ │ │ │ ├── files_2.js │ │ │ │ ├── enums_0.js │ │ │ │ ├── pages_1.js │ │ │ │ └── files_3.js │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── arrowdown.png │ │ │ ├── arrowright.png │ │ │ ├── folderopen.png │ │ │ ├── a00023.js │ │ │ ├── folderclosed.png │ │ │ ├── a00044.js │ │ │ ├── a00036.js │ │ │ └── a00031.js │ │ ├── gli.docx │ │ ├── logo.png │ │ ├── html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── doc.png │ │ │ ├── logo.png │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── a00004.png │ │ │ ├── a00005.png │ │ │ ├── a00006.png │ │ │ ├── a00007.png │ │ │ ├── a00008.png │ │ │ ├── a00009.png │ │ │ ├── a00010.png │ │ │ ├── a00011.png │ │ │ ├── a00012.png │ │ │ ├── a00013.png │ │ │ ├── a00014.png │ │ │ ├── a00015.png │ │ │ ├── a00016.png │ │ │ ├── a00017.png │ │ │ ├── a00018.png │ │ │ ├── a00019.png │ │ │ ├── a00020.png │ │ │ ├── a00021.png │ │ │ ├── a00022.png │ │ │ ├── a00023.png │ │ │ ├── a00024.png │ │ │ ├── a00025.png │ │ │ ├── a00026.png │ │ │ ├── a00027.png │ │ │ ├── a00028.png │ │ │ ├── a00029.png │ │ │ ├── closed.png │ │ │ ├── doxygen.png │ │ │ ├── search │ │ │ │ ├── classes_0.js │ │ │ │ ├── classes_1.js │ │ │ │ ├── namespaces_0.js │ │ │ │ ├── classes_2.js │ │ │ │ ├── files_1.js │ │ │ │ ├── pages_3.js │ │ │ │ ├── pages_4.js │ │ │ │ ├── close.png │ │ │ │ ├── files_9.js │ │ │ │ ├── files_6.js │ │ │ │ ├── mag_sel.png │ │ │ │ ├── search_l.png │ │ │ │ ├── search_m.png │ │ │ │ ├── search_r.png │ │ │ │ ├── all_e.js │ │ │ │ ├── all_f.js │ │ │ │ ├── enums_3.js │ │ │ │ ├── enums_1.js │ │ │ │ ├── enums_2.js │ │ │ │ ├── files_4.js │ │ │ │ ├── pages_2.js │ │ │ │ ├── files_2.js │ │ │ │ ├── all_3.js │ │ │ │ ├── enums_0.js │ │ │ │ ├── functions_3.js │ │ │ │ ├── pages_1.js │ │ │ │ ├── files_0.js │ │ │ │ └── files_3.js │ │ │ ├── sync_on.png │ │ │ ├── arrowdown.png │ │ │ ├── arrowright.png │ │ │ ├── folderopen.png │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ └── folderclosed.png │ │ └── spec │ │ │ ├── logo-WD.png │ │ │ ├── logo-spec.png │ │ │ └── KhronosGroup-3D.png │ ├── data │ │ ├── npot.ktx │ │ ├── test.dds │ │ ├── array_r8_uint.dds │ │ ├── array_r8_uint.ktx │ │ ├── array_r8_unorm.dds │ │ ├── array_r8_unorm.ktx │ │ ├── kueken7_rgb8.jpg │ │ ├── kueken7_srgb8.jpg │ │ ├── kueken7_srgb8.png │ │ ├── kueken8_srgb8.jpg │ │ ├── cube_rgba8_unorm.dds │ │ ├── cube_rgba8_unorm.ktx │ │ ├── kueken7_a8_unorm.dds │ │ ├── kueken7_l8_unorm.dds │ │ ├── kueken7_r8_uint.dds │ │ ├── kueken7_r8_unorm.dds │ │ ├── kueken7_rgb10a2u.dds │ │ ├── kueken7_bgr8_srgb.dds │ │ ├── kueken7_bgr8_unorm.dds │ │ ├── kueken7_bgra8_srgb.dds │ │ ├── kueken7_bgra8_srgb.ktx │ │ ├── kueken7_bgra8_unorm.dds │ │ ├── kueken7_bgra8_unorm.ktx │ │ ├── kueken7_bgrx8_srgb.dds │ │ ├── kueken7_bgrx8_unorm.dds │ │ ├── kueken7_la8_unorm.dds │ │ ├── kueken7_r16_unorm.dds │ │ ├── kueken7_r_eac_snorm.ktx │ │ ├── kueken7_r_eac_unorm.ktx │ │ ├── kueken7_rgb8_srgb.dds │ │ ├── kueken7_rgb8_srgb.ktx │ │ ├── kueken7_rgb8_unorm.dds │ │ ├── kueken7_rgb8_unorm.ktx │ │ ├── kueken7_rgba4_unorm.dds │ │ ├── kueken7_rgba4_unorm.ktx │ │ ├── kueken7_rgba8_srgb.dds │ │ ├── kueken7_rgba8_srgb.ktx │ │ ├── kueken7_rgba8_unorm.dds │ │ ├── kueken7_rgba8_unorm.ktx │ │ ├── kueken8_bgr8_unorm.dds │ │ ├── kueken8_rgba8_srgb.dds │ │ ├── kueken8_rgba8_srgb.ktx │ │ ├── kueken7_r5g6b5_unorm.dds │ │ ├── kueken7_r5g6b5_unorm.ktx │ │ ├── kueken7_r_ati1n_unorm.dds │ │ ├── kueken7_rg_eac_snorm.ktx │ │ ├── kueken7_rg_eac_unorm.ktx │ │ ├── kueken7_rgb10a2_unorm.dds │ │ ├── kueken7_rgb5a1_unorm.dds │ │ ├── kueken7_rgb5a1_unorm.ktx │ │ ├── kueken7_rgb5a1_unorm_.dds │ │ ├── kueken7_rgb9e5_ufloat.dds │ │ ├── kueken7_rgb9e5_ufloat.ktx │ │ ├── kueken7_rgb_atc_unorm.dds │ │ ├── kueken7_rgb_dxt1_srgb.dds │ │ ├── kueken7_rgb_dxt1_srgb.ktx │ │ ├── kueken7_rgb_etc2_srgb.dds │ │ ├── kueken7_rgb_etc2_srgb.ktx │ │ ├── kueken7_rgba16_sfloat.dds │ │ ├── kueken7_rgba16_sfloat.ktx │ │ ├── kueken7_rg11b10_ufloat.dds │ │ ├── kueken7_rg11b10_ufloat.ktx │ │ ├── kueken7_rg_ati2n_unorm.dds │ │ ├── kueken7_rgb_dxt1_unorm.dds │ │ ├── kueken7_rgb_dxt1_unorm.ktx │ │ ├── kueken7_rgb_etc1_unorm.dds │ │ ├── kueken7_rgb_etc1_unorm.ktx │ │ ├── kueken7_rgb_etc2_unorm.dds │ │ ├── kueken7_rgba_dxt1_srgb.dds │ │ ├── kueken7_rgba_dxt1_unorm.dds │ │ ├── kueken7_rgba_dxt5_srgb.dds │ │ ├── kueken7_rgba_dxt5_srgb.ktx │ │ ├── kueken7_rgba_dxt5_unorm.dds │ │ ├── kueken7_rgba_dxt5_unorm.ktx │ │ ├── kueken7_rgba_dxt5_unorm1.dds │ │ ├── kueken7_rgba_dxt5_unorm2.dds │ │ ├── kueken7_rgba_etc2_srgb.ktx │ │ ├── kueken8_rgba_dxt1_unorm.dds │ │ ├── kueken7_rgba_astc4x4_srgb.dds │ │ ├── kueken7_rgba_astc4x4_srgb.ktx │ │ ├── kueken7_rgba_astc8x5_srgb.ktx │ │ ├── kueken7_rgba_astc8x8_unorm.dds │ │ ├── kueken7_rgba_etc2_a1_srgb.ktx │ │ ├── kueken7_rgb_pvrtc_2bpp_srgb.ktx │ │ ├── kueken7_rgb_pvrtc_2bpp_unorm.dds │ │ ├── kueken7_rgb_pvrtc_4bpp_srgb.ktx │ │ ├── kueken7_rgb_pvrtc_4bpp_unorm.dds │ │ ├── kueken7_rgba_astc12x12_srgb.ktx │ │ ├── kueken7_rgba_pvrtc2_2bpp_srgb.ktx │ │ ├── kueken7_rgba_pvrtc2_4bpp_srgb.ktx │ │ ├── kueken7_rgba_atc_explicit_unorm.dds │ │ ├── kueken7_rgba_pvrtc2_2bpp_unorm.ktx │ │ ├── kueken7_rgba_pvrtc2_4bpp_unorm.dds │ │ ├── kueken7_rgba_pvrtc2_4bpp_unorm.ktx │ │ └── kueken7_rgba_atc_interpolate_unorm.dds │ └── cmake │ │ └── gliBuildConfig.cmake.in ├── glu-0.1.0.0 │ ├── glu │ │ ├── gl.hpp │ │ ├── load.hpp │ │ └── core │ │ │ └── dummy.cpp │ ├── source │ │ ├── load.cpp │ │ └── CMakeLists.txt │ └── test │ │ └── CMakeLists.txt ├── glm │ ├── glm │ │ ├── gtx │ │ │ ├── type_trait.inl │ │ │ ├── raw_data.inl │ │ │ ├── type_aligned.inl │ │ │ ├── std_based_type.inl │ │ │ └── number_precision.inl │ │ ├── detail │ │ │ ├── func_trigonometric_simd.inl │ │ │ ├── type_vec.inl │ │ │ ├── type_mat.inl │ │ │ ├── type_mat4x4_simd.inl │ │ │ ├── func_packing_simd.inl │ │ │ └── func_vector_relational_simd.inl │ │ ├── gtc │ │ │ ├── vec1.inl │ │ │ └── type_precision.inl │ │ ├── vec2.hpp │ │ ├── vec3.hpp │ │ ├── vec4.hpp │ │ ├── common.hpp │ │ ├── integer.hpp │ │ ├── matrix.hpp │ │ ├── packing.hpp │ │ ├── geometric.hpp │ │ ├── exponential.hpp │ │ ├── trigonometric.hpp │ │ ├── vector_relational.hpp │ │ └── simd │ │ │ ├── packing.h │ │ │ ├── vector_relational.h │ │ │ └── trigonometric.h │ ├── test │ │ ├── bug │ │ │ └── CMakeLists.txt │ │ ├── external │ │ │ └── gli │ │ │ │ └── core │ │ │ │ └── dummy.cpp │ │ ├── .DS_Store │ │ ├── gtc │ │ │ └── gtc_quaternion.cpp │ │ ├── glm.cppcheck │ │ └── gtx │ │ │ └── gtx_type_trait.cpp │ ├── doc │ │ ├── glm.docx │ │ ├── glm.pdf │ │ ├── logo.png │ │ └── api │ │ │ ├── doc.png │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── logo.png │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── doxygen.png │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── arrowdown.png │ │ │ ├── arrowright.png │ │ │ ├── folderopen.png │ │ │ └── folderclosed.png │ └── cmake │ │ ├── glm.pc.in │ │ └── glmBuildConfig.cmake.in ├── FreeImage-3.15.4 │ ├── FreeImage.h │ ├── win32 │ │ ├── FreeImage.dll │ │ └── FreeImage.lib │ ├── win64 │ │ ├── FreeImage.dll │ │ └── FreeImage.lib │ ├── linux64 │ │ └── libfreeimage.a │ └── macosx │ │ └── libfreeimage.a ├── egl-1.4 │ └── lib │ │ ├── linux32 │ │ └── libEGL.so │ │ ├── linux64 │ │ └── libEGL.so │ │ ├── win32 │ │ └── libEGL.lib │ │ └── win64 │ │ └── libEGL.lib ├── glfw-3.1.1 │ └── docs │ │ ├── html │ │ ├── bc_s.png │ │ ├── bdwn.png │ │ ├── open.png │ │ ├── closed.png │ │ ├── doxygen.png │ │ ├── ftv2cl.png │ │ ├── ftv2doc.png │ │ ├── ftv2mo.png │ │ ├── ftv2ns.png │ │ ├── nav_f.png │ │ ├── nav_g.png │ │ ├── nav_h.png │ │ ├── sync_on.png │ │ ├── tab_a.png │ │ ├── tab_b.png │ │ ├── tab_h.png │ │ ├── tab_s.png │ │ ├── ftv2blank.png │ │ ├── ftv2link.png │ │ ├── ftv2mnode.png │ │ ├── ftv2node.png │ │ ├── ftv2pnode.png │ │ ├── search │ │ │ ├── all_c.js │ │ │ ├── files_5.js │ │ │ ├── files_7.js │ │ │ ├── all_6.js │ │ │ ├── close.png │ │ │ ├── files_0.js │ │ │ ├── files_6.js │ │ │ ├── files_8.js │ │ │ ├── pages_8.js │ │ │ ├── all_2.js │ │ │ ├── all_7.js │ │ │ ├── groups_1.js │ │ │ ├── groups_3.js │ │ │ ├── mag_sel.png │ │ │ ├── pages_2.js │ │ │ ├── all_a.js │ │ │ ├── groups_4.js │ │ │ ├── groups_6.js │ │ │ ├── pages_6.js │ │ │ ├── search_l.png │ │ │ ├── search_m.png │ │ │ ├── search_r.png │ │ │ ├── groups_0.js │ │ │ ├── groups_8.js │ │ │ ├── pages_7.js │ │ │ ├── groups_7.js │ │ │ ├── all_b.js │ │ │ ├── variables_3.js │ │ │ ├── variables_5.js │ │ │ ├── pages_5.js │ │ │ ├── files_3.js │ │ │ ├── files_2.js │ │ │ ├── pages_0.js │ │ │ ├── pages_1.js │ │ │ ├── pages_3.js │ │ │ ├── pages_4.js │ │ │ ├── all_4.js │ │ │ ├── files_4.js │ │ │ └── groups_2.js │ │ ├── sync_off.png │ │ ├── ftv2lastnode.png │ │ ├── ftv2splitbar.png │ │ ├── ftv2vertline.png │ │ ├── ftv2folderopen.png │ │ ├── ftv2mlastnode.png │ │ ├── ftv2plastnode.png │ │ └── ftv2folderclosed.png │ │ ├── footer.html │ │ └── CMakeLists.txt └── gles-2.0 │ └── lib │ ├── win32 │ └── libGLESv2.lib │ ├── win64 │ └── libGLESv2.lib │ ├── linux32 │ └── libGLESv2.so │ └── linux64 │ └── libGLESv2.so ├── data ├── gl-450 │ ├── clip-control.glsl │ ├── texture-barrier-blend.glsl │ └── texture-barrier-splash.glsl ├── gl-500 │ ├── texture-bindless.glsl │ ├── texture-sparse.glsl │ ├── texture-storage.glsl │ ├── primitive-bindless-nv.glsl │ ├── texture-bindless-nv.glsl │ ├── texture-sparse-amd.glsl │ ├── shader-blend-blit-nv.vert │ └── shader-blend-blit-intel.vert ├── gl-430 │ ├── draw-vertex-attrib-binding.glsl │ ├── debug.glsl │ ├── texture-storage.glsl │ ├── fbo-splash.glsl │ ├── fbo-texture-2d.glsl │ ├── performance-query-intel.glsl │ ├── fbo-render.vert │ ├── image-store-read.vert │ ├── image-store-write.vert │ ├── fbo-invalidate-splash.vert │ └── texture-fetch-dependent.vert ├── test.dds ├── cube_rgba8_unorm.dds ├── cube_rgba8_unorm.ktx ├── glslangValidator.exe ├── kueken7_a8_unorm.dds ├── kueken7_etc2_rgb8.dds ├── kueken7_l8_unorm.dds ├── kueken7_la8_unorm.dds ├── kueken7_r16_unorm.dds ├── kueken7_r8_unorm.dds ├── kueken7_rgb10a2u.dds ├── kueken7_rgb8_srgb.dds ├── kueken7_rgb8_srgb.ktx ├── gl-410 │ ├── binary.frag.bin │ ├── binary.geom.bin │ ├── binary.vert.bin │ └── glsl-block2.frag ├── kueken7_bgra8_srgb.dds ├── kueken7_bgra8_unorm.dds ├── kueken7_bgrx8_srgb.dds ├── kueken7_bgrx8_unorm.dds ├── kueken7_etc2_srgb8.dds ├── kueken7_pvrtc2_4bpp.dds ├── kueken7_pvrtc_2bpp.dds ├── kueken7_r_eac_snorm.ktx ├── kueken7_r_eac_unorm.ktx ├── kueken7_rgb8_unorm.dds ├── kueken7_rgb8_unorm.ktx ├── kueken7_rgba8_srgb.dds ├── kueken7_rgba8_srgb.ktx ├── kueken7_rgba8_unorm.dds ├── kueken7_rgba8_unorm.ktx ├── kueken8_rgba8_srgb.dds ├── kueken8_rgba8_srgb.ktx ├── kueken7_r5g6b5_unorm.dds ├── kueken7_r_ati1n_unorm.dds ├── kueken7_rg11b10_ufloat.dds ├── kueken7_rg11b10_ufloat.ktx ├── kueken7_rg_ati2n_unorm.dds ├── kueken7_rg_eac_snorm.ktx ├── kueken7_rg_eac_unorm.ktx ├── kueken7_rgb10a2_unorm.dds ├── kueken7_rgb9e5_ufloat.dds ├── kueken7_rgb9e5_ufloat.ktx ├── kueken7_rgb_atc_unorm.dds ├── kueken7_rgb_dxt1_srgb.dds ├── kueken7_rgb_dxt1_srgb.ktx ├── kueken7_rgb_dxt1_unorm.dds ├── kueken7_rgb_dxt1_unorm.ktx ├── kueken7_rgb_etc1_unorm.dds ├── kueken7_rgb_etc1_unorm.ktx ├── kueken7_rgb_etc2_srgb.dds ├── kueken7_rgb_etc2_srgb.ktx ├── kueken7_rgb_etc2_unorm.dds ├── kueken7_rgba16_sfloat.dds ├── kueken7_rgba16_sfloat.ktx ├── kueken7_rgba_dxt5_srgb.dds ├── kueken7_rgba_dxt5_srgb.ktx ├── kueken7_rgba_etc2_srgb.ktx ├── templates │ ├── gl-320-caps.png │ ├── gl-320-fbo.png │ ├── gl-320-sync.png │ ├── gl-330-caps.png │ ├── gl-400-caps.png │ ├── gl-410-caps.png │ ├── gl-420-caps.png │ ├── gl-420-fbo.png │ ├── gl-430-caps.png │ ├── gl-430-debug.png │ ├── gl-430-fbo.png │ ├── gl-440-caps.png │ ├── gl-440-fbo.png │ ├── gl-450-caps.png │ ├── gl-320-fbo-rtt.png │ ├── gl-320-program.png │ ├── gl-400-fbo-rtt.png │ ├── gl-420-picking.png │ ├── gl-450-culling.png │ ├── es-300-fbo-srgb.png │ ├── gl-300-test-alpha.png │ ├── gl-320-fbo-blend.png │ ├── gl-320-fbo-blit.png │ ├── gl-320-fbo-depth.png │ ├── gl-320-fbo-shadow.png │ ├── gl-320-fbo-srgb.png │ ├── gl-320-texture-2d.png │ ├── gl-320-texture-3d.png │ ├── gl-330-blend-rtt.png │ ├── gl-400-blend-rtt.png │ ├── gl-400-fbo-shadow.png │ ├── gl-400-program-64.png │ ├── gl-410-glsl-block.png │ ├── gl-410-program-64.png │ ├── gl-420-clipping.png │ ├── gl-420-image-load.png │ ├── gl-430-perf-query.png │ ├── gl-320-fbo-integer.png │ ├── gl-320-fbo-layered.png │ ├── gl-320-glsl-discard.png │ ├── gl-320-test-scissor.png │ ├── gl-320-texture-cube.png │ ├── gl-320-texture-lod.png │ ├── gl-330-blend-index.png │ ├── gl-330-buffer-type.png │ ├── gl-330-query-timer.png │ ├── gl-330-sampler-wrap.png │ ├── gl-330-texture-rect.png │ ├── gl-400-fbo-layered.png │ ├── gl-400-texture-cube.png │ ├── gl-410-fbo-layered.png │ ├── gl-420-blend-op-amd.png │ ├── gl-420-debug-output.png │ ├── gl-420-image-store.png │ ├── gl-420-image-unpack.png │ ├── gl-420-texture-cube.png │ ├── gl-430-image-store.png │ ├── gl-430-texture-copy.png │ ├── gl-430-texture-view.png │ ├── gl-440-buffer-type.png │ ├── gl-440-sampler-wrap.png │ ├── gl-450-clip-control.png │ ├── gl-500-blend-op-amd.png │ ├── es-200-draw-elements.png │ ├── es-300-draw-elements.png │ ├── gl-300-fbo-multisample.png │ ├── gl-320-buffer-uniform.png │ ├── gl-320-buffer-update.png │ ├── gl-320-draw-instanced.png │ ├── gl-320-draw-multiple.png │ ├── gl-320-fbo-multisample.png │ ├── gl-320-fbo-srgb-blend.png │ ├── gl-320-glsl-precision.png │ ├── gl-320-primitive-point.png │ ├── gl-320-program-uniform.png │ ├── gl-320-query-occlusion.png │ ├── gl-320-texture-buffer.png │ ├── gl-320-texture-fetch.png │ ├── gl-320-texture-float.png │ ├── gl-320-texture-format.png │ ├── gl-320-texture-integer.png │ ├── gl-320-texture-offset.png │ ├── gl-330-query-counter.png │ ├── gl-330-query-occlusion.png │ ├── gl-330-sampler-filter.png │ ├── gl-330-sampler-object.png │ ├── gl-330-texture-swizzle.png │ ├── gl-400-draw-indirect.png │ ├── gl-400-fbo-multisample.png │ ├── gl-400-sampler-array.png │ ├── gl-400-sampler-fetch.png │ ├── gl-410-program-binary.png │ ├── gl-420-buffer-uniform.png │ ├── gl-420-fbo-layered-amd.png │ ├── gl-420-memory-barrier.png │ ├── gl-420-sampler-fetch.png │ ├── gl-420-sampler-gather.png │ ├── gl-420-texture-array.png │ ├── gl-420-texture-storage.png │ ├── gl-430-atomic-counter.png │ ├── gl-430-buffer-uniform.png │ ├── gl-430-fbo-invalidate.png │ ├── gl-430-fbo-srgb-decode.png │ ├── gl-430-image-sampling.png │ ├── gl-430-program-compute.png │ ├── gl-430-query-occlusion.png │ ├── gl-430-texture-buffer.png │ ├── gl-430-texture-storage.png │ ├── gl-440-buffer-storage.png │ ├── gl-440-query-occlusion.png │ ├── gl-450-texture-barrier.png │ ├── gl-500-fbo-layered-amd.png │ ├── gl-500-fbo-layered-nv.png │ ├── gl-500-glsl-vote-arb.png │ ├── gl-500-shader-blend-nv.png │ ├── gl-500-shader-group-nv.png │ ├── gl-320-draw-base-vertex.png │ ├── gl-320-draw-image-space.png │ ├── gl-320-draw-range-arrays.png │ ├── gl-320-fbo-blend-points.png │ ├── gl-320-fbo-depth-stencil.png │ ├── gl-320-fbo-integer-blit.png │ ├── gl-320-glsl-input-struct.png │ ├── gl-320-primitive-shading.png │ ├── gl-320-primitive-sprite.png │ ├── gl-320-query-conditional.png │ ├── gl-320-texture-streaming.png │ ├── gl-330-query-conditional.png │ ├── gl-400-sampler-array-nv.png │ ├── gl-410-program-separate.png │ ├── gl-420-buffer-pinned-amd.png │ ├── gl-420-primitive-line-aa.png │ ├── gl-430-perf-monitor-amd.png │ ├── gl-430-query-conditional.png │ ├── gl-440-fbo-depth-stencil.png │ ├── gl-440-sampler-wrap-ext.png │ ├── gl-450-query-conditional.png │ ├── gl-500-buffer-pinned-amd.png │ ├── gl-500-buffer-sparse-arb.png │ ├── gl-500-texture-cube-arb.png │ ├── gl-320-draw-range-elements.png │ ├── gl-320-fbo-srgb-decode-ext.png │ ├── gl-320-glsl-builtin-blocks.png │ ├── gl-320-primitive-front-face.png │ ├── gl-320-primitive-line-msaa.png │ ├── gl-320-primitive-point-clip.png │ ├── gl-320-primitive-point-quad.png │ ├── gl-320-texture-derivative.png │ ├── gl-320-texture-pixel-store.png │ ├── gl-330-draw-instanced-array.png │ ├── gl-400-buffer-uniform-array.png │ ├── gl-400-primitive-instanced.png │ ├── gl-400-program-subroutine.png │ ├── gl-400-texture-derivative.png │ ├── gl-410-buffer-uniform-array.png │ ├── gl-410-primitive-instanced.png │ ├── gl-410-texture-buffer-rgb.png │ ├── gl-420-draw-base-instance.png │ ├── gl-420-interface-matching.png │ ├── gl-420-texture-compressed.png │ ├── gl-420-texture-conversion.png │ ├── gl-420-texture-pixel-store.png │ ├── gl-430-interface-matching.png │ ├── gl-430-multi-draw-indirect.png │ ├── gl-430-program-subroutine.png │ ├── gl-440-interface-matching.png │ ├── gl-440-texture-compressed.png │ ├── gl-440-transform-feedback.png │ ├── gl-450-direct-state-access.png │ ├── gl-450-query-statistics-arb.png │ ├── gl-450-texture-derivative.png │ ├── gl-500-buffer-storage-arb.png │ ├── gl-500-direct-state-access.png │ ├── gl-500-primitive-shading-nv.png │ ├── gl-500-sample-location-nv.png │ ├── gl-500-shader-blend-intel.png │ ├── gl-500-texture-bindless-arb.png │ ├── gl-500-texture-bindless-nv.png │ ├── gl-500-texture-sparse-arb.png │ ├── gl-500-texture-sparse-ext.png │ ├── gl-320-buffer-uniform-shared.png │ ├── gl-320-fbo-depth-multisample.png │ ├── gl-320-fbo-rtt-texture-array.png │ ├── gl-320-texture-compressed-ext.png │ ├── gl-400-fbo-rtt-texture-array.png │ ├── gl-400-primitive-tessellation.png │ ├── gl-400-program-varying-blocks.png │ ├── gl-430-fbo-without-attachment.png │ ├── gl-430-program-compute-image.png │ ├── gl-440-fbo-without-attachment.png │ ├── gl-450-transform-feedback-arb.png │ ├── gl-500-conservative-raster-nv.png │ ├── gl-500-primitive-bindless-nv.png │ ├── gl-320-fbo-multisample-explicit.png │ ├── gl-320-fbo-multisample-integer.png │ ├── gl-330-sampler-anisotropic-ext.png │ ├── gl-400-primitive-smooth-shading.png │ ├── gl-400-program-varying-structs.png │ ├── gl-410-primitive-tessellation2.png │ ├── gl-410-primitive-tessellation5.png │ ├── gl-410-transform-feadback-object.png │ ├── gl-410-transform-feadback-stream.png │ ├── gl-420-depth-clamp-separate-amd.png │ ├── gl-420-test-depth-conservative.png │ ├── gl-430-direct-state-access-ext.png │ ├── gl-430-texture-fetch-dependent.png │ ├── gl-450-fbo-multisample-explicit.png │ ├── gl-500-multi-draw-indirect-arb.png │ ├── gl-500-sample-location-grid-nv.png │ ├── gl-320-draw-without-vertex-attrib.png │ ├── gl-330-texture-interger-rgb10a2ui.png │ ├── gl-420-draw-image-space-rendering.png │ ├── gl-430-draw-vertex-attrib-binding.png │ ├── gl-430-draw-without-vertex-attrib.png │ ├── gl-320-transform-feedback-interleaved.png │ ├── gl-320-transform-feedback-separated.png │ ├── gl-420-fbo-multisample-position-amd.png │ ├── gl-420-transform-feedback-instanced.png │ ├── gl-500-fbo-multisample-position-amd.png │ ├── gl-500-multi-draw-indirect-count-arb.png │ └── gl-500-test-depth-clamp-separate-amd.png ├── kueken7_rgba_dxt5_unorm.dds ├── kueken7_rgba_dxt5_unorm.ktx ├── es-200 │ ├── flat-color.frag │ └── flat-color.vert ├── kueken7_rgba_astc12x12_srgb.ktx ├── kueken7_rgba_astc4x4_srgb.ktx ├── kueken7_rgba_astc8x5_srgb.ktx ├── kueken7_rgba_astc8x8_unorm.dds ├── kueken7_rgba_etc2_a1_srgb.ktx ├── kueken7_rgb_pvrtc_2bpp_unorm.dds ├── kueken7_rgb_pvrtc_4bpp_unorm.dds ├── gl-320 │ ├── fbo-shadow-depth.frag │ ├── draw-multiple.frag │ ├── draw-without-vertex-attrib.frag │ ├── draw-image-space.vert │ ├── fbo-depth.vert │ ├── fbo-depth-multisample.vert │ ├── draw-range-arrays.frag │ ├── draw-range-elements.frag │ ├── buffer-update.frag │ ├── buffer-uniform-shared.frag │ ├── query-occlusion.frag │ ├── buffer-update.vert │ ├── draw-multiple.vert │ ├── fbo-layered.vert │ └── fbo.vert ├── gl-400 │ └── fbo-shadow-depth.frag ├── kueken7_rgba_atc_explicit_unorm.dds ├── kueken7_rgba_pvrtc2_4bpp_unorm.dds ├── kueken7_rgba_atc_interpolate_unorm.dds ├── gl-330 │ ├── r2vb2.frag │ ├── r2vb2.vert │ ├── texture.frag │ ├── r2vb1.vert │ ├── draw-without-vertex-attrib.frag │ ├── texture.vert │ ├── query-occlusion.frag │ └── r2vb1.frag ├── gl-420 │ ├── texture-2d.glsl │ ├── fbo-splash.glsl │ ├── fbo-texture-2d.glsl │ └── draw-image-space-rendering.glsl ├── gl-440 │ ├── texture-2d.glsl │ ├── fbo-splash.glsl │ ├── fbo-texture-2d.glsl │ ├── fbo-splash.vert │ ├── atomic-counter.vert │ └── buffer-type.frag ├── es-300 │ ├── flat-color-fail.frag │ ├── flat-color.vert │ └── flat-color.frag ├── micro │ ├── draw.frag │ ├── draw-range.frag │ ├── multi-draw-indirect.frag │ ├── draw-uniform.frag │ ├── screenspace_coherence.frag │ └── vertex-array-object.frag └── gl-300 │ └── image-2d.vert ├── micro ├── test_buffer.hpp ├── test_draw_call.hpp ├── test_buffer_separated.hpp ├── test_uniform_caching.hpp └── test_buffer_interleaved.hpp └── framework ├── util.hpp └── mesh.hpp /external/gli/test/bug.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/gli/test/bug.hpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/gli/test/core.hpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/gl-450/clip-control.glsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/gl-500/texture-bindless.glsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/gl-500/texture-sparse.glsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/glu-0.1.0.0/glu/gl.hpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/glu-0.1.0.0/glu/load.hpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/gl-450/texture-barrier-blend.glsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/glm/glm/gtx/type_trait.inl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/glm/test/bug/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/glu-0.1.0.0/source/load.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/gl-430/draw-vertex-attrib-binding.glsl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/glu-0.1.0.0/glu/core/dummy.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/glu-0.1.0.0/test/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/glm/glm/detail/func_trigonometric_simd.inl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /external/gli/gli/core/dummy.cpp: -------------------------------------------------------------------------------- 1 | int main() 2 | { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /external/gli/test/bug/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | glmCreateTestGTC(bug) 2 | -------------------------------------------------------------------------------- /external/gli/.gitignore: -------------------------------------------------------------------------------- 1 | build/ 2 | 3 | *~ 4 | *.swp 5 | *.swo 6 | -------------------------------------------------------------------------------- /external/glm/test/external/gli/core/dummy.cpp: -------------------------------------------------------------------------------- 1 | int main() 2 | { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /data/test.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/test.dds -------------------------------------------------------------------------------- /external/glm/glm/gtc/vec1.inl: -------------------------------------------------------------------------------- 1 | /// @ref gtc_vec1 2 | /// @file glm/gtc/vec1.inl 3 | -------------------------------------------------------------------------------- /micro/test_buffer.hpp: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | int main_buffer(int argc, char* argv[]); 4 | -------------------------------------------------------------------------------- /external/glm/glm/detail/type_vec.inl: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/detail/type_vec.inl 3 | -------------------------------------------------------------------------------- /external/glm/glm/detail/type_mat.inl: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/detail/type_mat.inl 3 | 4 | -------------------------------------------------------------------------------- /external/glm/glm/gtx/raw_data.inl: -------------------------------------------------------------------------------- 1 | /// @ref gtx_raw_data 2 | /// @file glm/gtx/raw_data.inl 3 | -------------------------------------------------------------------------------- /micro/test_draw_call.hpp: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | int main_draw_call(int argc, char* argv[]); 4 | -------------------------------------------------------------------------------- /external/gli/doc/api/namespaces.js: -------------------------------------------------------------------------------- 1 | var namespaces = 2 | [ 3 | [ "gli", "a00060.html", null ] 4 | ]; -------------------------------------------------------------------------------- /data/cube_rgba8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/cube_rgba8_unorm.dds -------------------------------------------------------------------------------- /data/cube_rgba8_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/cube_rgba8_unorm.ktx -------------------------------------------------------------------------------- /data/glslangValidator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/glslangValidator.exe -------------------------------------------------------------------------------- /data/kueken7_a8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_a8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_etc2_rgb8.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_etc2_rgb8.dds -------------------------------------------------------------------------------- /data/kueken7_l8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_l8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_la8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_la8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_r16_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_r16_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_r8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_r8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgb10a2u.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb10a2u.dds -------------------------------------------------------------------------------- /data/kueken7_rgb8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb8_srgb.dds -------------------------------------------------------------------------------- /data/kueken7_rgb8_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb8_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/npot.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/npot.ktx -------------------------------------------------------------------------------- /external/gli/data/test.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/test.dds -------------------------------------------------------------------------------- /external/gli/doc/api/a00037.js: -------------------------------------------------------------------------------- 1 | var a00037 = 2 | [ 3 | [ "sampler1D", "a00005.html", "a00005" ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/a00039.js: -------------------------------------------------------------------------------- 1 | var a00039 = 2 | [ 3 | [ "sampler2D", "a00007.html", "a00007" ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/a00041.js: -------------------------------------------------------------------------------- 1 | var a00041 = 2 | [ 3 | [ "sampler3D", "a00009.html", "a00009" ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/a00042.js: -------------------------------------------------------------------------------- 1 | var a00042 = 2 | [ 3 | [ "samplerCube", "a00010.html", "a00010" ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/gli.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/gli.docx -------------------------------------------------------------------------------- /external/gli/doc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/logo.png -------------------------------------------------------------------------------- /external/glm/doc/glm.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/glm.docx -------------------------------------------------------------------------------- /external/glm/doc/glm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/glm.pdf -------------------------------------------------------------------------------- /external/glm/doc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/logo.png -------------------------------------------------------------------------------- /micro/test_buffer_separated.hpp: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | int main_buffer_separated(int argc, char* argv[]); 4 | -------------------------------------------------------------------------------- /micro/test_uniform_caching.hpp: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | int main_uniform_caching(int argc, char* argv[]); 4 | -------------------------------------------------------------------------------- /data/gl-410/binary.frag.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/gl-410/binary.frag.bin -------------------------------------------------------------------------------- /data/gl-410/binary.geom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/gl-410/binary.geom.bin -------------------------------------------------------------------------------- /data/gl-410/binary.vert.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/gl-410/binary.vert.bin -------------------------------------------------------------------------------- /data/kueken7_bgra8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_bgra8_srgb.dds -------------------------------------------------------------------------------- /data/kueken7_bgra8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_bgra8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_bgrx8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_bgrx8_srgb.dds -------------------------------------------------------------------------------- /data/kueken7_bgrx8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_bgrx8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_etc2_srgb8.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_etc2_srgb8.dds -------------------------------------------------------------------------------- /data/kueken7_pvrtc2_4bpp.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_pvrtc2_4bpp.dds -------------------------------------------------------------------------------- /data/kueken7_pvrtc_2bpp.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_pvrtc_2bpp.dds -------------------------------------------------------------------------------- /data/kueken7_r_eac_snorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_r_eac_snorm.ktx -------------------------------------------------------------------------------- /data/kueken7_r_eac_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_r_eac_unorm.ktx -------------------------------------------------------------------------------- /data/kueken7_rgb8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgb8_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb8_unorm.ktx -------------------------------------------------------------------------------- /data/kueken7_rgba8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba8_srgb.dds -------------------------------------------------------------------------------- /data/kueken7_rgba8_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba8_srgb.ktx -------------------------------------------------------------------------------- /data/kueken7_rgba8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgba8_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba8_unorm.ktx -------------------------------------------------------------------------------- /data/kueken8_rgba8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken8_rgba8_srgb.dds -------------------------------------------------------------------------------- /data/kueken8_rgba8_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken8_rgba8_srgb.ktx -------------------------------------------------------------------------------- /external/gli/doc/api/a00038.js: -------------------------------------------------------------------------------- 1 | var a00038 = 2 | [ 3 | [ "sampler1DArray", "a00006.html", "a00006" ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/a00040.js: -------------------------------------------------------------------------------- 1 | var a00040 = 2 | [ 3 | [ "sampler2DArray", "a00008.html", "a00008" ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/a00043.js: -------------------------------------------------------------------------------- 1 | var a00043 = 2 | [ 3 | [ "samplerCubeArray", "a00011.html", "a00011" ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/annotated_dup.js: -------------------------------------------------------------------------------- 1 | var annotated_dup = 2 | [ 3 | [ "gli", "a00060.html", "a00060" ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/doc.png -------------------------------------------------------------------------------- /external/glm/doc/api/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/doc.png -------------------------------------------------------------------------------- /external/glm/test/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/test/.DS_Store -------------------------------------------------------------------------------- /micro/test_buffer_interleaved.hpp: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | int main_buffer_interleaved(int argc, char* argv[]); 4 | -------------------------------------------------------------------------------- /data/kueken7_r5g6b5_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_r5g6b5_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_r_ati1n_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_r_ati1n_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rg11b10_ufloat.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rg11b10_ufloat.dds -------------------------------------------------------------------------------- /data/kueken7_rg11b10_ufloat.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rg11b10_ufloat.ktx -------------------------------------------------------------------------------- /data/kueken7_rg_ati2n_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rg_ati2n_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rg_eac_snorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rg_eac_snorm.ktx -------------------------------------------------------------------------------- /data/kueken7_rg_eac_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rg_eac_unorm.ktx -------------------------------------------------------------------------------- /data/kueken7_rgb10a2_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb10a2_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgb9e5_ufloat.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb9e5_ufloat.dds -------------------------------------------------------------------------------- /data/kueken7_rgb9e5_ufloat.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb9e5_ufloat.ktx -------------------------------------------------------------------------------- /data/kueken7_rgb_atc_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_atc_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgb_dxt1_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_dxt1_srgb.dds -------------------------------------------------------------------------------- /data/kueken7_rgb_dxt1_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_dxt1_srgb.ktx -------------------------------------------------------------------------------- /data/kueken7_rgb_dxt1_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_dxt1_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgb_dxt1_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_dxt1_unorm.ktx -------------------------------------------------------------------------------- /data/kueken7_rgb_etc1_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_etc1_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgb_etc1_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_etc1_unorm.ktx -------------------------------------------------------------------------------- /data/kueken7_rgb_etc2_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_etc2_srgb.dds -------------------------------------------------------------------------------- /data/kueken7_rgb_etc2_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_etc2_srgb.ktx -------------------------------------------------------------------------------- /data/kueken7_rgb_etc2_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_etc2_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgba16_sfloat.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba16_sfloat.dds -------------------------------------------------------------------------------- /data/kueken7_rgba16_sfloat.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba16_sfloat.ktx -------------------------------------------------------------------------------- /data/kueken7_rgba_dxt5_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_dxt5_srgb.dds -------------------------------------------------------------------------------- /data/kueken7_rgba_dxt5_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_dxt5_srgb.ktx -------------------------------------------------------------------------------- /data/kueken7_rgba_etc2_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_etc2_srgb.ktx -------------------------------------------------------------------------------- /data/templates/gl-320-caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-caps.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo.png -------------------------------------------------------------------------------- /data/templates/gl-320-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-sync.png -------------------------------------------------------------------------------- /data/templates/gl-330-caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-caps.png -------------------------------------------------------------------------------- /data/templates/gl-400-caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-caps.png -------------------------------------------------------------------------------- /data/templates/gl-410-caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-caps.png -------------------------------------------------------------------------------- /data/templates/gl-420-caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-caps.png -------------------------------------------------------------------------------- /data/templates/gl-420-fbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-fbo.png -------------------------------------------------------------------------------- /data/templates/gl-430-caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-caps.png -------------------------------------------------------------------------------- /data/templates/gl-430-debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-debug.png -------------------------------------------------------------------------------- /data/templates/gl-430-fbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-fbo.png -------------------------------------------------------------------------------- /data/templates/gl-440-caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-caps.png -------------------------------------------------------------------------------- /data/templates/gl-440-fbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-fbo.png -------------------------------------------------------------------------------- /data/templates/gl-450-caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-caps.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00002.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00003.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00004.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00005.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00006.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00007.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00008.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00009.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00010.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00011.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00012.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00013.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00014.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00015.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00016.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00017.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00018.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00019.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00020.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00021.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00022.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00023.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00024.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00025.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00026.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00027.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00028.png -------------------------------------------------------------------------------- /external/gli/doc/api/a00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/a00029.png -------------------------------------------------------------------------------- /external/gli/doc/api/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/bc_s.png -------------------------------------------------------------------------------- /external/gli/doc/api/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/bdwn.png -------------------------------------------------------------------------------- /external/gli/doc/api/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/closed.png -------------------------------------------------------------------------------- /external/gli/doc/api/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/logo.png -------------------------------------------------------------------------------- /external/gli/doc/api/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/nav_f.png -------------------------------------------------------------------------------- /external/gli/doc/api/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/nav_g.png -------------------------------------------------------------------------------- /external/gli/doc/api/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/nav_h.png -------------------------------------------------------------------------------- /external/gli/doc/api/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/open.png -------------------------------------------------------------------------------- /external/gli/doc/api/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/tab_a.png -------------------------------------------------------------------------------- /external/gli/doc/api/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/tab_b.png -------------------------------------------------------------------------------- /external/gli/doc/api/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/tab_h.png -------------------------------------------------------------------------------- /external/gli/doc/api/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/tab_s.png -------------------------------------------------------------------------------- /external/gli/doc/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/bc_s.png -------------------------------------------------------------------------------- /external/gli/doc/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/bdwn.png -------------------------------------------------------------------------------- /external/gli/doc/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/doc.png -------------------------------------------------------------------------------- /external/gli/doc/html/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/logo.png -------------------------------------------------------------------------------- /external/gli/doc/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/nav_f.png -------------------------------------------------------------------------------- /external/gli/doc/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/nav_g.png -------------------------------------------------------------------------------- /external/gli/doc/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/nav_h.png -------------------------------------------------------------------------------- /external/gli/doc/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/open.png -------------------------------------------------------------------------------- /external/gli/doc/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/tab_a.png -------------------------------------------------------------------------------- /external/gli/doc/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/tab_b.png -------------------------------------------------------------------------------- /external/gli/doc/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/tab_h.png -------------------------------------------------------------------------------- /external/gli/doc/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/tab_s.png -------------------------------------------------------------------------------- /external/glm/doc/api/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/bc_s.png -------------------------------------------------------------------------------- /external/glm/doc/api/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/bdwn.png -------------------------------------------------------------------------------- /external/glm/doc/api/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/closed.png -------------------------------------------------------------------------------- /external/glm/doc/api/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/logo.png -------------------------------------------------------------------------------- /external/glm/doc/api/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/nav_f.png -------------------------------------------------------------------------------- /external/glm/doc/api/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/nav_g.png -------------------------------------------------------------------------------- /external/glm/doc/api/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/nav_h.png -------------------------------------------------------------------------------- /external/glm/doc/api/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/open.png -------------------------------------------------------------------------------- /external/glm/doc/api/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/tab_a.png -------------------------------------------------------------------------------- /external/glm/doc/api/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/tab_b.png -------------------------------------------------------------------------------- /external/glm/doc/api/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/tab_h.png -------------------------------------------------------------------------------- /external/glm/doc/api/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/tab_s.png -------------------------------------------------------------------------------- /data/kueken7_rgba_dxt5_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_dxt5_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgba_dxt5_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_dxt5_unorm.ktx -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-rtt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-rtt.png -------------------------------------------------------------------------------- /data/templates/gl-320-program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-program.png -------------------------------------------------------------------------------- /data/templates/gl-400-fbo-rtt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-fbo-rtt.png -------------------------------------------------------------------------------- /data/templates/gl-420-picking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-picking.png -------------------------------------------------------------------------------- /data/templates/gl-450-culling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-culling.png -------------------------------------------------------------------------------- /external/gli/doc/api/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/doxygen.png -------------------------------------------------------------------------------- /external/gli/doc/api/search/classes_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['dx',['dx',['../a00011.html',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/classes_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['gl',['gl',['../a00012.html',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/groups_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['image',['Image',['../a00043.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/namespaces_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['gli',['gli',['../a00078.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/splitbar.png -------------------------------------------------------------------------------- /external/gli/doc/api/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/sync_off.png -------------------------------------------------------------------------------- /external/gli/doc/api/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/sync_on.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00004.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00005.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00006.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00007.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00008.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00009.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00010.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00011.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00012.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00013.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00014.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00015.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00016.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00017.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00018.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00019.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00020.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00021.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00022.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00023.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00024.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00025.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00026.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00027.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00028.png -------------------------------------------------------------------------------- /external/gli/doc/html/a00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/a00029.png -------------------------------------------------------------------------------- /external/gli/doc/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/closed.png -------------------------------------------------------------------------------- /external/gli/doc/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/doxygen.png -------------------------------------------------------------------------------- /external/gli/doc/html/search/classes_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['dx',['dx',['../a00011.html',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/classes_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['gl',['gl',['../a00012.html',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/namespaces_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['gli',['gli',['../a00076.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/sync_on.png -------------------------------------------------------------------------------- /external/gli/doc/spec/logo-WD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/spec/logo-WD.png -------------------------------------------------------------------------------- /external/glm/doc/api/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/doxygen.png -------------------------------------------------------------------------------- /external/glm/doc/api/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/splitbar.png -------------------------------------------------------------------------------- /external/glm/doc/api/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/sync_off.png -------------------------------------------------------------------------------- /external/glm/doc/api/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/sync_on.png -------------------------------------------------------------------------------- /data/es-200/flat-color.frag: -------------------------------------------------------------------------------- 1 | uniform highp vec4 Diffuse; 2 | 3 | void main () 4 | { 5 | gl_FragColor = Diffuse; 6 | } 7 | 8 | -------------------------------------------------------------------------------- /data/kueken7_rgba_astc12x12_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_astc12x12_srgb.ktx -------------------------------------------------------------------------------- /data/kueken7_rgba_astc4x4_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_astc4x4_srgb.ktx -------------------------------------------------------------------------------- /data/kueken7_rgba_astc8x5_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_astc8x5_srgb.ktx -------------------------------------------------------------------------------- /data/kueken7_rgba_astc8x8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_astc8x8_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgba_etc2_a1_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_etc2_a1_srgb.ktx -------------------------------------------------------------------------------- /data/templates/es-300-fbo-srgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/es-300-fbo-srgb.png -------------------------------------------------------------------------------- /data/templates/gl-300-test-alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-300-test-alpha.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-blend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-blend.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-blit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-blit.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-depth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-depth.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-shadow.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-srgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-srgb.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-2d.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-3d.png -------------------------------------------------------------------------------- /data/templates/gl-330-blend-rtt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-blend-rtt.png -------------------------------------------------------------------------------- /data/templates/gl-400-blend-rtt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-blend-rtt.png -------------------------------------------------------------------------------- /data/templates/gl-400-fbo-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-fbo-shadow.png -------------------------------------------------------------------------------- /data/templates/gl-400-program-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-program-64.png -------------------------------------------------------------------------------- /data/templates/gl-410-glsl-block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-glsl-block.png -------------------------------------------------------------------------------- /data/templates/gl-410-program-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-program-64.png -------------------------------------------------------------------------------- /data/templates/gl-420-clipping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-clipping.png -------------------------------------------------------------------------------- /data/templates/gl-420-image-load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-image-load.png -------------------------------------------------------------------------------- /data/templates/gl-430-perf-query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-perf-query.png -------------------------------------------------------------------------------- /external/gli/data/array_r8_uint.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/array_r8_uint.dds -------------------------------------------------------------------------------- /external/gli/data/array_r8_uint.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/array_r8_uint.ktx -------------------------------------------------------------------------------- /external/gli/data/array_r8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/array_r8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/array_r8_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/array_r8_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb8.jpg -------------------------------------------------------------------------------- /external/gli/data/kueken7_srgb8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_srgb8.jpg -------------------------------------------------------------------------------- /external/gli/data/kueken7_srgb8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_srgb8.png -------------------------------------------------------------------------------- /external/gli/data/kueken8_srgb8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken8_srgb8.jpg -------------------------------------------------------------------------------- /external/gli/doc/api/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/arrowdown.png -------------------------------------------------------------------------------- /external/gli/doc/api/arrowright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/arrowright.png -------------------------------------------------------------------------------- /external/gli/doc/api/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/folderopen.png -------------------------------------------------------------------------------- /external/gli/doc/api/search/classes_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['image',['image',['../a00013.html',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/arrowdown.png -------------------------------------------------------------------------------- /external/gli/doc/html/arrowright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/arrowright.png -------------------------------------------------------------------------------- /external/gli/doc/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/folderopen.png -------------------------------------------------------------------------------- /external/gli/doc/html/search/classes_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['image',['image',['../a00013.html',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/files_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['dx_2ehpp',['dx.hpp',['../a00034.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/pages_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['samples',['samples',['../a00006.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/pages_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['samples',['samples',['../a00006.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/splitbar.png -------------------------------------------------------------------------------- /external/gli/doc/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/sync_off.png -------------------------------------------------------------------------------- /external/gli/doc/spec/logo-spec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/spec/logo-spec.png -------------------------------------------------------------------------------- /external/glm/doc/api/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/arrowdown.png -------------------------------------------------------------------------------- /external/glm/doc/api/arrowright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/arrowright.png -------------------------------------------------------------------------------- /external/glm/doc/api/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/folderopen.png -------------------------------------------------------------------------------- /data/kueken7_rgb_pvrtc_2bpp_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_pvrtc_2bpp_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgb_pvrtc_4bpp_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgb_pvrtc_4bpp_unorm.dds -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-integer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-integer.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-layered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-layered.png -------------------------------------------------------------------------------- /data/templates/gl-320-glsl-discard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-glsl-discard.png -------------------------------------------------------------------------------- /data/templates/gl-320-test-scissor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-test-scissor.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-cube.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-lod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-lod.png -------------------------------------------------------------------------------- /data/templates/gl-330-blend-index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-blend-index.png -------------------------------------------------------------------------------- /data/templates/gl-330-buffer-type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-buffer-type.png -------------------------------------------------------------------------------- /data/templates/gl-330-query-timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-query-timer.png -------------------------------------------------------------------------------- /data/templates/gl-330-sampler-wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-sampler-wrap.png -------------------------------------------------------------------------------- /data/templates/gl-330-texture-rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-texture-rect.png -------------------------------------------------------------------------------- /data/templates/gl-400-fbo-layered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-fbo-layered.png -------------------------------------------------------------------------------- /data/templates/gl-400-texture-cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-texture-cube.png -------------------------------------------------------------------------------- /data/templates/gl-410-fbo-layered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-fbo-layered.png -------------------------------------------------------------------------------- /data/templates/gl-420-blend-op-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-blend-op-amd.png -------------------------------------------------------------------------------- /data/templates/gl-420-debug-output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-debug-output.png -------------------------------------------------------------------------------- /data/templates/gl-420-image-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-image-store.png -------------------------------------------------------------------------------- /data/templates/gl-420-image-unpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-image-unpack.png -------------------------------------------------------------------------------- /data/templates/gl-420-texture-cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-texture-cube.png -------------------------------------------------------------------------------- /data/templates/gl-430-image-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-image-store.png -------------------------------------------------------------------------------- /data/templates/gl-430-texture-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-texture-copy.png -------------------------------------------------------------------------------- /data/templates/gl-430-texture-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-texture-view.png -------------------------------------------------------------------------------- /data/templates/gl-440-buffer-type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-buffer-type.png -------------------------------------------------------------------------------- /data/templates/gl-440-sampler-wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-sampler-wrap.png -------------------------------------------------------------------------------- /data/templates/gl-450-clip-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-clip-control.png -------------------------------------------------------------------------------- /data/templates/gl-500-blend-op-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-blend-op-amd.png -------------------------------------------------------------------------------- /external/FreeImage-3.15.4/FreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/FreeImage-3.15.4/FreeImage.h -------------------------------------------------------------------------------- /external/egl-1.4/lib/linux32/libEGL.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/egl-1.4/lib/linux32/libEGL.so -------------------------------------------------------------------------------- /external/egl-1.4/lib/linux64/libEGL.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/egl-1.4/lib/linux64/libEGL.so -------------------------------------------------------------------------------- /external/egl-1.4/lib/win32/libEGL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/egl-1.4/lib/win32/libEGL.lib -------------------------------------------------------------------------------- /external/egl-1.4/lib/win64/libEGL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/egl-1.4/lib/win64/libEGL.lib -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/bc_s.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/bdwn.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/open.png -------------------------------------------------------------------------------- /external/gli/data/cube_rgba8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/cube_rgba8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/cube_rgba8_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/cube_rgba8_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_a8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_a8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_l8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_l8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_r8_uint.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_r8_uint.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_r8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_r8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb10a2u.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb10a2u.dds -------------------------------------------------------------------------------- /external/gli/doc/api/a00023.js: -------------------------------------------------------------------------------- 1 | var a00023 = 2 | [ 3 | [ "filter", "a00023.html#a610876e02cee64e29fe4376ffeb6b9b9", null ] 4 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/folderclosed.png -------------------------------------------------------------------------------- /external/gli/doc/api/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/search/close.png -------------------------------------------------------------------------------- /external/gli/doc/api/search/files_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['image_2ehpp',['image.hpp',['../a00042.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/files_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['reduce_2ehpp',['reduce.hpp',['../a00050.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/files_a.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['view_2ehpp',['view.hpp',['../a00077.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/folderclosed.png -------------------------------------------------------------------------------- /external/gli/doc/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/search/close.png -------------------------------------------------------------------------------- /external/gli/doc/html/search/files_9.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['view_2ehpp',['view.hpp',['../a00075.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glm/doc/api/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/doc/api/folderclosed.png -------------------------------------------------------------------------------- /external/glm/glm/vec2.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/vec2.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/type_vec2.hpp" 7 | -------------------------------------------------------------------------------- /external/glm/glm/vec3.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/vec3.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/type_vec3.hpp" 7 | -------------------------------------------------------------------------------- /external/glm/glm/vec4.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/vec4.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/type_vec4.hpp" 7 | -------------------------------------------------------------------------------- /framework/util.hpp: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | std::string message_format(const char* Message, ...); 6 | 7 | -------------------------------------------------------------------------------- /data/gl-320/fbo-shadow-depth.frag: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | out vec4 Color; 4 | 5 | void main() 6 | { 7 | Color = vec4(1.0); 8 | } 9 | -------------------------------------------------------------------------------- /data/gl-400/fbo-shadow-depth.frag: -------------------------------------------------------------------------------- 1 | #version 400 core 2 | 3 | out vec4 Color; 4 | 5 | void main() 6 | { 7 | Color = vec4(1.0); 8 | } 9 | -------------------------------------------------------------------------------- /data/kueken7_rgba_atc_explicit_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_atc_explicit_unorm.dds -------------------------------------------------------------------------------- /data/kueken7_rgba_pvrtc2_4bpp_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_pvrtc2_4bpp_unorm.dds -------------------------------------------------------------------------------- /data/templates/es-200-draw-elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/es-200-draw-elements.png -------------------------------------------------------------------------------- /data/templates/es-300-draw-elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/es-300-draw-elements.png -------------------------------------------------------------------------------- /data/templates/gl-300-fbo-multisample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-300-fbo-multisample.png -------------------------------------------------------------------------------- /data/templates/gl-320-buffer-uniform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-buffer-uniform.png -------------------------------------------------------------------------------- /data/templates/gl-320-buffer-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-buffer-update.png -------------------------------------------------------------------------------- /data/templates/gl-320-draw-instanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-draw-instanced.png -------------------------------------------------------------------------------- /data/templates/gl-320-draw-multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-draw-multiple.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-multisample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-multisample.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-srgb-blend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-srgb-blend.png -------------------------------------------------------------------------------- /data/templates/gl-320-glsl-precision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-glsl-precision.png -------------------------------------------------------------------------------- /data/templates/gl-320-primitive-point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-primitive-point.png -------------------------------------------------------------------------------- /data/templates/gl-320-program-uniform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-program-uniform.png -------------------------------------------------------------------------------- /data/templates/gl-320-query-occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-query-occlusion.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-buffer.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-fetch.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-float.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-float.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-format.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-integer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-integer.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-offset.png -------------------------------------------------------------------------------- /data/templates/gl-330-query-counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-query-counter.png -------------------------------------------------------------------------------- /data/templates/gl-330-query-occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-query-occlusion.png -------------------------------------------------------------------------------- /data/templates/gl-330-sampler-filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-sampler-filter.png -------------------------------------------------------------------------------- /data/templates/gl-330-sampler-object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-sampler-object.png -------------------------------------------------------------------------------- /data/templates/gl-330-texture-swizzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-texture-swizzle.png -------------------------------------------------------------------------------- /data/templates/gl-400-draw-indirect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-draw-indirect.png -------------------------------------------------------------------------------- /data/templates/gl-400-fbo-multisample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-fbo-multisample.png -------------------------------------------------------------------------------- /data/templates/gl-400-sampler-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-sampler-array.png -------------------------------------------------------------------------------- /data/templates/gl-400-sampler-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-sampler-fetch.png -------------------------------------------------------------------------------- /data/templates/gl-410-program-binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-program-binary.png -------------------------------------------------------------------------------- /data/templates/gl-420-buffer-uniform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-buffer-uniform.png -------------------------------------------------------------------------------- /data/templates/gl-420-fbo-layered-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-fbo-layered-amd.png -------------------------------------------------------------------------------- /data/templates/gl-420-memory-barrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-memory-barrier.png -------------------------------------------------------------------------------- /data/templates/gl-420-sampler-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-sampler-fetch.png -------------------------------------------------------------------------------- /data/templates/gl-420-sampler-gather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-sampler-gather.png -------------------------------------------------------------------------------- /data/templates/gl-420-texture-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-texture-array.png -------------------------------------------------------------------------------- /data/templates/gl-420-texture-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-texture-storage.png -------------------------------------------------------------------------------- /data/templates/gl-430-atomic-counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-atomic-counter.png -------------------------------------------------------------------------------- /data/templates/gl-430-buffer-uniform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-buffer-uniform.png -------------------------------------------------------------------------------- /data/templates/gl-430-fbo-invalidate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-fbo-invalidate.png -------------------------------------------------------------------------------- /data/templates/gl-430-fbo-srgb-decode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-fbo-srgb-decode.png -------------------------------------------------------------------------------- /data/templates/gl-430-image-sampling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-image-sampling.png -------------------------------------------------------------------------------- /data/templates/gl-430-program-compute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-program-compute.png -------------------------------------------------------------------------------- /data/templates/gl-430-query-occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-query-occlusion.png -------------------------------------------------------------------------------- /data/templates/gl-430-texture-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-texture-buffer.png -------------------------------------------------------------------------------- /data/templates/gl-430-texture-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-texture-storage.png -------------------------------------------------------------------------------- /data/templates/gl-440-buffer-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-buffer-storage.png -------------------------------------------------------------------------------- /data/templates/gl-440-query-occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-query-occlusion.png -------------------------------------------------------------------------------- /data/templates/gl-450-texture-barrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-texture-barrier.png -------------------------------------------------------------------------------- /data/templates/gl-500-fbo-layered-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-fbo-layered-amd.png -------------------------------------------------------------------------------- /data/templates/gl-500-fbo-layered-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-fbo-layered-nv.png -------------------------------------------------------------------------------- /data/templates/gl-500-glsl-vote-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-glsl-vote-arb.png -------------------------------------------------------------------------------- /data/templates/gl-500-shader-blend-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-shader-blend-nv.png -------------------------------------------------------------------------------- /data/templates/gl-500-shader-group-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-shader-group-nv.png -------------------------------------------------------------------------------- /external/gles-2.0/lib/win32/libGLESv2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gles-2.0/lib/win32/libGLESv2.lib -------------------------------------------------------------------------------- /external/gles-2.0/lib/win64/libGLESv2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gles-2.0/lib/win64/libGLESv2.lib -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/closed.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/doxygen.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2cl.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2doc.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2mo.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2ns.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/nav_f.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/nav_g.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/nav_h.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/sync_on.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/tab_a.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/tab_b.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/tab_h.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/tab_s.png -------------------------------------------------------------------------------- /external/gli/data/kueken7_bgr8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_bgr8_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_bgr8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_bgr8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_bgra8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_bgra8_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_bgra8_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_bgra8_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_bgra8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_bgra8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_bgra8_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_bgra8_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_bgrx8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_bgrx8_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_bgrx8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_bgrx8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_la8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_la8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_r16_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_r16_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_r_eac_snorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_r_eac_snorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_r_eac_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_r_eac_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb8_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb8_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb8_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb8_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb8_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba4_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba4_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba4_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba4_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba8_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba8_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba8_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba8_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba8_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken8_bgr8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken8_bgr8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken8_rgba8_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken8_rgba8_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken8_rgba8_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken8_rgba8_srgb.ktx -------------------------------------------------------------------------------- /external/gli/doc/api/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/search/mag_sel.png -------------------------------------------------------------------------------- /external/gli/doc/api/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/search/search_l.png -------------------------------------------------------------------------------- /external/gli/doc/api/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/search/search_m.png -------------------------------------------------------------------------------- /external/gli/doc/api/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/api/search/search_r.png -------------------------------------------------------------------------------- /external/gli/doc/html/search/files_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['reduce_2ehpp',['reduce.hpp',['../a00048.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/search/mag_sel.png -------------------------------------------------------------------------------- /external/gli/doc/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/search/search_l.png -------------------------------------------------------------------------------- /external/gli/doc/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/search/search_m.png -------------------------------------------------------------------------------- /external/gli/doc/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/html/search/search_r.png -------------------------------------------------------------------------------- /external/gli/doc/spec/KhronosGroup-3D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/doc/spec/KhronosGroup-3D.png -------------------------------------------------------------------------------- /external/glm/glm/gtc/type_precision.inl: -------------------------------------------------------------------------------- 1 | /// @ref gtc_swizzle 2 | /// @file glm/gtc/swizzle.inl 3 | 4 | namespace glm 5 | { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /external/glm/test/gtc/gtc_quaternion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glm/test/gtc/gtc_quaternion.cpp -------------------------------------------------------------------------------- /data/kueken7_rgba_atc_interpolate_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/kueken7_rgba_atc_interpolate_unorm.dds -------------------------------------------------------------------------------- /data/templates/gl-320-draw-base-vertex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-draw-base-vertex.png -------------------------------------------------------------------------------- /data/templates/gl-320-draw-image-space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-draw-image-space.png -------------------------------------------------------------------------------- /data/templates/gl-320-draw-range-arrays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-draw-range-arrays.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-blend-points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-blend-points.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-depth-stencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-depth-stencil.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-integer-blit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-integer-blit.png -------------------------------------------------------------------------------- /data/templates/gl-320-glsl-input-struct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-glsl-input-struct.png -------------------------------------------------------------------------------- /data/templates/gl-320-primitive-shading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-primitive-shading.png -------------------------------------------------------------------------------- /data/templates/gl-320-primitive-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-primitive-sprite.png -------------------------------------------------------------------------------- /data/templates/gl-320-query-conditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-query-conditional.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-streaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-streaming.png -------------------------------------------------------------------------------- /data/templates/gl-330-query-conditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-query-conditional.png -------------------------------------------------------------------------------- /data/templates/gl-400-sampler-array-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-sampler-array-nv.png -------------------------------------------------------------------------------- /data/templates/gl-410-program-separate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-program-separate.png -------------------------------------------------------------------------------- /data/templates/gl-420-buffer-pinned-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-buffer-pinned-amd.png -------------------------------------------------------------------------------- /data/templates/gl-420-primitive-line-aa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-primitive-line-aa.png -------------------------------------------------------------------------------- /data/templates/gl-430-perf-monitor-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-perf-monitor-amd.png -------------------------------------------------------------------------------- /data/templates/gl-430-query-conditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-query-conditional.png -------------------------------------------------------------------------------- /data/templates/gl-440-fbo-depth-stencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-fbo-depth-stencil.png -------------------------------------------------------------------------------- /data/templates/gl-440-sampler-wrap-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-sampler-wrap-ext.png -------------------------------------------------------------------------------- /data/templates/gl-450-query-conditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-query-conditional.png -------------------------------------------------------------------------------- /data/templates/gl-500-buffer-pinned-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-buffer-pinned-amd.png -------------------------------------------------------------------------------- /data/templates/gl-500-buffer-sparse-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-buffer-sparse-arb.png -------------------------------------------------------------------------------- /data/templates/gl-500-texture-cube-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-texture-cube-arb.png -------------------------------------------------------------------------------- /external/gles-2.0/lib/linux32/libGLESv2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gles-2.0/lib/linux32/libGLESv2.so -------------------------------------------------------------------------------- /external/gles-2.0/lib/linux64/libGLESv2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gles-2.0/lib/linux64/libGLESv2.so -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2blank.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2link.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2mnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2mnode.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2node.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2pnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2pnode.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/all_c.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['quick_2edox',['quick.dox',['../quick_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/files_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['news_2edox',['news.dox',['../news_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/files_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['rift_2edox',['rift.dox',['../rift_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/sync_off.png -------------------------------------------------------------------------------- /external/gli/data/kueken7_r5g6b5_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_r5g6b5_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_r5g6b5_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_r5g6b5_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_r_ati1n_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_r_ati1n_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rg_eac_snorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rg_eac_snorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rg_eac_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rg_eac_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb10a2_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb10a2_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb5a1_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb5a1_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb5a1_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb5a1_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb5a1_unorm_.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb5a1_unorm_.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb9e5_ufloat.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb9e5_ufloat.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb9e5_ufloat.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb9e5_ufloat.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_atc_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_atc_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_dxt1_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_dxt1_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_dxt1_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_dxt1_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_etc2_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_etc2_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_etc2_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_etc2_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba16_sfloat.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba16_sfloat.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba16_sfloat.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba16_sfloat.ktx -------------------------------------------------------------------------------- /external/glm/glm/common.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/common.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/func_common.hpp" 7 | -------------------------------------------------------------------------------- /external/glm/glm/integer.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/integer.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/func_integer.hpp" 7 | -------------------------------------------------------------------------------- /external/glm/glm/matrix.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/matrix.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/func_matrix.hpp" 7 | -------------------------------------------------------------------------------- /external/glm/glm/packing.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/packing.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/func_packing.hpp" 7 | -------------------------------------------------------------------------------- /data/templates/gl-320-draw-range-elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-draw-range-elements.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-srgb-decode-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-srgb-decode-ext.png -------------------------------------------------------------------------------- /data/templates/gl-320-glsl-builtin-blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-glsl-builtin-blocks.png -------------------------------------------------------------------------------- /data/templates/gl-320-primitive-front-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-primitive-front-face.png -------------------------------------------------------------------------------- /data/templates/gl-320-primitive-line-msaa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-primitive-line-msaa.png -------------------------------------------------------------------------------- /data/templates/gl-320-primitive-point-clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-primitive-point-clip.png -------------------------------------------------------------------------------- /data/templates/gl-320-primitive-point-quad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-primitive-point-quad.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-derivative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-derivative.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-pixel-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-pixel-store.png -------------------------------------------------------------------------------- /data/templates/gl-330-draw-instanced-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-draw-instanced-array.png -------------------------------------------------------------------------------- /data/templates/gl-400-buffer-uniform-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-buffer-uniform-array.png -------------------------------------------------------------------------------- /data/templates/gl-400-primitive-instanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-primitive-instanced.png -------------------------------------------------------------------------------- /data/templates/gl-400-program-subroutine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-program-subroutine.png -------------------------------------------------------------------------------- /data/templates/gl-400-texture-derivative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-texture-derivative.png -------------------------------------------------------------------------------- /data/templates/gl-410-buffer-uniform-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-buffer-uniform-array.png -------------------------------------------------------------------------------- /data/templates/gl-410-primitive-instanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-primitive-instanced.png -------------------------------------------------------------------------------- /data/templates/gl-410-texture-buffer-rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-texture-buffer-rgb.png -------------------------------------------------------------------------------- /data/templates/gl-420-draw-base-instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-draw-base-instance.png -------------------------------------------------------------------------------- /data/templates/gl-420-interface-matching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-interface-matching.png -------------------------------------------------------------------------------- /data/templates/gl-420-texture-compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-texture-compressed.png -------------------------------------------------------------------------------- /data/templates/gl-420-texture-conversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-texture-conversion.png -------------------------------------------------------------------------------- /data/templates/gl-420-texture-pixel-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-texture-pixel-store.png -------------------------------------------------------------------------------- /data/templates/gl-430-interface-matching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-interface-matching.png -------------------------------------------------------------------------------- /data/templates/gl-430-multi-draw-indirect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-multi-draw-indirect.png -------------------------------------------------------------------------------- /data/templates/gl-430-program-subroutine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-program-subroutine.png -------------------------------------------------------------------------------- /data/templates/gl-440-interface-matching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-interface-matching.png -------------------------------------------------------------------------------- /data/templates/gl-440-texture-compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-texture-compressed.png -------------------------------------------------------------------------------- /data/templates/gl-440-transform-feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-transform-feedback.png -------------------------------------------------------------------------------- /data/templates/gl-450-direct-state-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-direct-state-access.png -------------------------------------------------------------------------------- /data/templates/gl-450-query-statistics-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-query-statistics-arb.png -------------------------------------------------------------------------------- /data/templates/gl-450-texture-derivative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-texture-derivative.png -------------------------------------------------------------------------------- /data/templates/gl-500-buffer-storage-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-buffer-storage-arb.png -------------------------------------------------------------------------------- /data/templates/gl-500-direct-state-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-direct-state-access.png -------------------------------------------------------------------------------- /data/templates/gl-500-primitive-shading-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-primitive-shading-nv.png -------------------------------------------------------------------------------- /data/templates/gl-500-sample-location-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-sample-location-nv.png -------------------------------------------------------------------------------- /data/templates/gl-500-shader-blend-intel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-shader-blend-intel.png -------------------------------------------------------------------------------- /data/templates/gl-500-texture-bindless-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-texture-bindless-arb.png -------------------------------------------------------------------------------- /data/templates/gl-500-texture-bindless-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-texture-bindless-nv.png -------------------------------------------------------------------------------- /data/templates/gl-500-texture-sparse-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-texture-sparse-arb.png -------------------------------------------------------------------------------- /data/templates/gl-500-texture-sparse-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-texture-sparse-ext.png -------------------------------------------------------------------------------- /external/FreeImage-3.15.4/win32/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/FreeImage-3.15.4/win32/FreeImage.dll -------------------------------------------------------------------------------- /external/FreeImage-3.15.4/win32/FreeImage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/FreeImage-3.15.4/win32/FreeImage.lib -------------------------------------------------------------------------------- /external/FreeImage-3.15.4/win64/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/FreeImage-3.15.4/win64/FreeImage.dll -------------------------------------------------------------------------------- /external/FreeImage-3.15.4/win64/FreeImage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/FreeImage-3.15.4/win64/FreeImage.lib -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2lastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2lastnode.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2splitbar.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2vertline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2vertline.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/all_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['joysticks',['Joysticks',['../group__joysticks.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/search/close.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/files_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['build_2edox',['build.dox',['../build_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/files_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['quick_2edox',['quick.dox',['../quick_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/files_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['window_2edox',['window.dox',['../window_8dox.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['window_20guide',['Window guide',['../window.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/data/kueken7_rg11b10_ufloat.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rg11b10_ufloat.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rg11b10_ufloat.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rg11b10_ufloat.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rg_ati2n_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rg_ati2n_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_dxt1_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_dxt1_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_dxt1_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_dxt1_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_etc1_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_etc1_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_etc1_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_etc1_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_etc2_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_etc2_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_dxt1_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_dxt1_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_dxt1_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_dxt1_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_dxt5_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_dxt5_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_dxt5_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_dxt5_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_dxt5_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_dxt5_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_dxt5_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_dxt5_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_dxt5_unorm1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_dxt5_unorm1.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_dxt5_unorm2.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_dxt5_unorm2.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_etc2_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_etc2_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken8_rgba_dxt1_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken8_rgba_dxt1_unorm.dds -------------------------------------------------------------------------------- /external/gli/doc/api/search/files_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['make_5ftexture_2ehpp',['make_texture.hpp',['../a00048.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glm/glm/geometric.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/geometric.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/func_geometric.hpp" 7 | -------------------------------------------------------------------------------- /external/glm/glm/gtx/type_aligned.inl: -------------------------------------------------------------------------------- 1 | /// @ref gtc_type_aligned 2 | /// @file glm/gtc/type_aligned.inl 3 | 4 | namespace glm 5 | { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /data/templates/gl-320-buffer-uniform-shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-buffer-uniform-shared.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-depth-multisample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-depth-multisample.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-rtt-texture-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-rtt-texture-array.png -------------------------------------------------------------------------------- /data/templates/gl-320-texture-compressed-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-texture-compressed-ext.png -------------------------------------------------------------------------------- /data/templates/gl-400-fbo-rtt-texture-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-fbo-rtt-texture-array.png -------------------------------------------------------------------------------- /data/templates/gl-400-primitive-tessellation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-primitive-tessellation.png -------------------------------------------------------------------------------- /data/templates/gl-400-program-varying-blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-program-varying-blocks.png -------------------------------------------------------------------------------- /data/templates/gl-430-fbo-without-attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-fbo-without-attachment.png -------------------------------------------------------------------------------- /data/templates/gl-430-program-compute-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-program-compute-image.png -------------------------------------------------------------------------------- /data/templates/gl-440-fbo-without-attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-440-fbo-without-attachment.png -------------------------------------------------------------------------------- /data/templates/gl-450-transform-feedback-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-transform-feedback-arb.png -------------------------------------------------------------------------------- /data/templates/gl-500-conservative-raster-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-conservative-raster-nv.png -------------------------------------------------------------------------------- /data/templates/gl-500-primitive-bindless-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-primitive-bindless-nv.png -------------------------------------------------------------------------------- /external/FreeImage-3.15.4/linux64/libfreeimage.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/FreeImage-3.15.4/linux64/libfreeimage.a -------------------------------------------------------------------------------- /external/FreeImage-3.15.4/macosx/libfreeimage.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/FreeImage-3.15.4/macosx/libfreeimage.a -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2folderopen.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2mlastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2mlastnode.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2plastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2plastnode.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/all_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['error_20codes',['Error codes',['../group__errors.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/all_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['keyboard_20keys',['Keyboard keys',['../group__keys.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/groups_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['error_20codes',['Error codes',['../group__errors.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/groups_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['joysticks',['Joysticks',['../group__joysticks.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/search/mag_sel.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['getting_20started',['Getting started',['../quick.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_astc4x4_srgb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_astc4x4_srgb.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_astc4x4_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_astc4x4_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_astc8x5_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_astc8x5_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_astc8x8_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_astc8x8_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_etc2_a1_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_etc2_a1_srgb.ktx -------------------------------------------------------------------------------- /external/gli/gli/core/filter.inl: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace gli{ 4 | namespace detail 5 | { 6 | 7 | }//namespace detail 8 | }//namespace gli 9 | -------------------------------------------------------------------------------- /external/glm/glm/gtx/std_based_type.inl: -------------------------------------------------------------------------------- 1 | /// @ref gtx_std_based_type 2 | /// @file glm/gtx/std_based_type.inl 3 | 4 | namespace glm 5 | { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-multisample-explicit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-multisample-explicit.png -------------------------------------------------------------------------------- /data/templates/gl-320-fbo-multisample-integer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-fbo-multisample-integer.png -------------------------------------------------------------------------------- /data/templates/gl-330-sampler-anisotropic-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-sampler-anisotropic-ext.png -------------------------------------------------------------------------------- /data/templates/gl-400-primitive-smooth-shading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-primitive-smooth-shading.png -------------------------------------------------------------------------------- /data/templates/gl-400-program-varying-structs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-400-program-varying-structs.png -------------------------------------------------------------------------------- /data/templates/gl-410-primitive-tessellation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-primitive-tessellation2.png -------------------------------------------------------------------------------- /data/templates/gl-410-primitive-tessellation5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-primitive-tessellation5.png -------------------------------------------------------------------------------- /data/templates/gl-410-transform-feadback-object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-transform-feadback-object.png -------------------------------------------------------------------------------- /data/templates/gl-410-transform-feadback-stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-410-transform-feadback-stream.png -------------------------------------------------------------------------------- /data/templates/gl-420-depth-clamp-separate-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-depth-clamp-separate-amd.png -------------------------------------------------------------------------------- /data/templates/gl-420-test-depth-conservative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-test-depth-conservative.png -------------------------------------------------------------------------------- /data/templates/gl-430-direct-state-access-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-direct-state-access-ext.png -------------------------------------------------------------------------------- /data/templates/gl-430-texture-fetch-dependent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-texture-fetch-dependent.png -------------------------------------------------------------------------------- /data/templates/gl-450-fbo-multisample-explicit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-450-fbo-multisample-explicit.png -------------------------------------------------------------------------------- /data/templates/gl-500-multi-draw-indirect-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-multi-draw-indirect-arb.png -------------------------------------------------------------------------------- /data/templates/gl-500-sample-location-grid-nv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-sample-location-grid-nv.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/ftv2folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/ftv2folderclosed.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/all_a.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['oculus_20rift_20guide',['Oculus Rift guide',['../rift.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/groups_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['keyboard_20keys',['Keyboard keys',['../group__keys.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/groups_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['native_20access',['Native access',['../group__native.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['oculus_20rift_20guide',['Oculus Rift guide',['../rift.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/search/search_l.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/search/search_m.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/glfw-3.1.1/docs/html/search/search_r.png -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_pvrtc_2bpp_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_pvrtc_2bpp_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_pvrtc_2bpp_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_pvrtc_2bpp_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_pvrtc_4bpp_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_pvrtc_4bpp_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgb_pvrtc_4bpp_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgb_pvrtc_4bpp_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_astc12x12_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_astc12x12_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_pvrtc2_2bpp_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_pvrtc2_2bpp_srgb.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_pvrtc2_4bpp_srgb.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_pvrtc2_4bpp_srgb.ktx -------------------------------------------------------------------------------- /external/gli/doc/api/search/all_e.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['wrap',['wrap',['../a00078.html#aebe62ec9f60e9b393ea9735fbf18ec91',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/enums_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['wrap',['wrap',['../a00078.html#aebe62ec9f60e9b393ea9735fbf18ec91',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/all_e.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['wrap',['wrap',['../a00076.html#aebe62ec9f60e9b393ea9735fbf18ec91',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/all_f.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['wrap',['wrap',['../a00073.html#aebe62ec9f60e9b393ea9735fbf18ec91',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/enums_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['wrap',['wrap',['../a00076.html#aebe62ec9f60e9b393ea9735fbf18ec91',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glm/glm/exponential.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/exponential.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/func_exponential.hpp" 7 | -------------------------------------------------------------------------------- /external/glm/glm/gtx/number_precision.inl: -------------------------------------------------------------------------------- 1 | /// @ref gtx_number_precision 2 | /// @file glm/gtx/number_precision.inl 3 | 4 | namespace glm 5 | { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /data/templates/gl-320-draw-without-vertex-attrib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-draw-without-vertex-attrib.png -------------------------------------------------------------------------------- /data/templates/gl-330-texture-interger-rgb10a2ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-330-texture-interger-rgb10a2ui.png -------------------------------------------------------------------------------- /data/templates/gl-420-draw-image-space-rendering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-draw-image-space-rendering.png -------------------------------------------------------------------------------- /data/templates/gl-430-draw-vertex-attrib-binding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-draw-vertex-attrib-binding.png -------------------------------------------------------------------------------- /data/templates/gl-430-draw-without-vertex-attrib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-430-draw-without-vertex-attrib.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/groups_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['context_20handling',['Context handling',['../group__context.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/groups_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['window_20handling',['Window handling',['../group__window.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_atc_explicit_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_atc_explicit_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_pvrtc2_2bpp_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_pvrtc2_2bpp_unorm.ktx -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_pvrtc2_4bpp_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_pvrtc2_4bpp_unorm.dds -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_pvrtc2_4bpp_unorm.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_pvrtc2_4bpp_unorm.ktx -------------------------------------------------------------------------------- /external/gli/doc/api/search/enums_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['swizzle',['swizzle',['../a00078.html#a43317d2a6e2101377c67b8831ef2fd4c',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/enums_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['target',['target',['../a00078.html#a5d2c023108742a1ce78ba9823c06ea35',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/enums_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['swizzle',['swizzle',['../a00076.html#a43317d2a6e2101377c67b8831ef2fd4c',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/enums_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['target',['target',['../a00076.html#a5d2c023108742a1ce78ba9823c06ea35',1,'gli']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glm/glm/detail/type_mat4x4_simd.inl: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/detail/type_mat4x4_sse2.inl 3 | 4 | namespace glm 5 | { 6 | 7 | }//namespace glm 8 | -------------------------------------------------------------------------------- /external/glm/glm/trigonometric.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/trigonometric.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/func_trigonometric.hpp" 7 | -------------------------------------------------------------------------------- /data/gl-330/r2vb2.frag: -------------------------------------------------------------------------------- 1 | #version 330 core 2 | 3 | in vec4 VertColor; 4 | out vec4 FragColor; 5 | 6 | void main() 7 | { 8 | FragColor = VertColor; 9 | } 10 | -------------------------------------------------------------------------------- /data/gl-420/texture-2d.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | #define TRANSFORM0 1 6 | #define DIFFUSE 0 7 | -------------------------------------------------------------------------------- /data/gl-440/texture-2d.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | #define TRANSFORM0 1 6 | #define DIFFUSE 0 7 | -------------------------------------------------------------------------------- /data/templates/gl-320-transform-feedback-interleaved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-transform-feedback-interleaved.png -------------------------------------------------------------------------------- /data/templates/gl-320-transform-feedback-separated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-320-transform-feedback-separated.png -------------------------------------------------------------------------------- /data/templates/gl-420-fbo-multisample-position-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-fbo-multisample-position-amd.png -------------------------------------------------------------------------------- /data/templates/gl-420-transform-feedback-instanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-420-transform-feedback-instanced.png -------------------------------------------------------------------------------- /data/templates/gl-500-fbo-multisample-position-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-fbo-multisample-position-amd.png -------------------------------------------------------------------------------- /data/templates/gl-500-multi-draw-indirect-count-arb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-multi-draw-indirect-count-arb.png -------------------------------------------------------------------------------- /data/templates/gl-500-test-depth-clamp-separate-amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/data/templates/gl-500-test-depth-clamp-separate-amd.png -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['standards_20conformance',['Standards conformance',['../compat.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/data/kueken7_rgba_atc_interpolate_unorm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nested/ogl-samples/master/external/gli/data/kueken7_rgba_atc_interpolate_unorm.dds -------------------------------------------------------------------------------- /data/es-200/flat-color.vert: -------------------------------------------------------------------------------- 1 | uniform mat4 MVP; 2 | 3 | attribute highp vec4 Position; 4 | 5 | void main() 6 | { 7 | gl_Position = MVP * Position; 8 | } 9 | 10 | -------------------------------------------------------------------------------- /data/gl-430/debug.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /data/gl-430/texture-storage.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | #define TRANSFORM0 1 6 | #define DIFFUSE 0 7 | -------------------------------------------------------------------------------- /data/gl-500/texture-storage.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | #define TRANSFORM0 1 6 | #define DIFFUSE 0 7 | -------------------------------------------------------------------------------- /external/gli/test/bug/bug.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() 4 | { 5 | int Error = 0; 6 | 7 | { 8 | 9 | } 10 | 11 | return Error; 12 | } 13 | -------------------------------------------------------------------------------- /external/glm/glm/vector_relational.hpp: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/vector_relational.hpp 3 | 4 | #pragma once 5 | 6 | #include "detail/func_vector_relational.hpp" 7 | -------------------------------------------------------------------------------- /data/gl-420/fbo-splash.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /data/gl-430/fbo-splash.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /data/gl-440/fbo-splash.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /data/gl-500/primitive-bindless-nv.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | #define TRANSFORM0 1 6 | #define DIFFUSE 0 7 | -------------------------------------------------------------------------------- /data/gl-500/texture-bindless-nv.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | #define TRANSFORM0 1 6 | #define DIFFUSE 0 7 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/footer.html: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/groups_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['standard_20cursor_20shapes',['Standard cursor shapes',['../group__shapes.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /data/gl-420/fbo-texture-2d.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /data/gl-430/fbo-texture-2d.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /data/gl-430/performance-query-intel.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | #define TRANSFORM0 1 6 | #define DIFFUSE 0 7 | -------------------------------------------------------------------------------- /data/gl-440/fbo-texture-2d.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/all_b.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['pixels',['pixels',['../structGLFWimage.html#a0c532a5c2bb715555279b7817daba0fb',1,'GLFWimage']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /data/gl-500/texture-sparse-amd.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/variables_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['pixels',['pixels',['../structGLFWimage.html#a0c532a5c2bb715555279b7817daba0fb',1,'GLFWimage']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /data/es-300/flat-color-fail.frag: -------------------------------------------------------------------------------- 1 | #version 300 es 2 | #define FRAG_COLOR 0 3 | 4 | uniform highp vec4 Diffuse; 5 | 6 | void main () 7 | { 8 | gl_FragColor = Diffuse; 9 | } 10 | 11 | -------------------------------------------------------------------------------- /data/es-300/flat-color.vert: -------------------------------------------------------------------------------- 1 | #version 300 es 2 | 3 | uniform mat4 MVP; 4 | 5 | in highp vec4 Position; 6 | 7 | void main() 8 | { 9 | gl_Position = MVP * Position; 10 | } 11 | 12 | -------------------------------------------------------------------------------- /data/gl-420/draw-image-space-rendering.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /data/gl-450/texture-barrier-splash.glsl: -------------------------------------------------------------------------------- 1 | #define POSITION 0 2 | #define COLOR 3 3 | #define TEXCOORD 4 4 | #define FRAG_COLOR 0 5 | 6 | #define TRANSFORM0 1 7 | 8 | #define DIFFUSE 0 9 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/variables_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['size',['size',['../structGLFWgammaramp.html#ad620e1cffbff9a32c51bca46301b59a5',1,'GLFWgammaramp']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/pages_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['readme',['Readme',['../a00010.html',1,'']]], 4 | ['release_20notes',['Release notes',['../a00002.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/files_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['image_2ehpp',['image.hpp',['../a00040.html',1,'']]], 4 | ['index_2ehpp',['index.hpp',['../a00041.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/pages_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['release_20notes',['Release notes',['../a00004.html',1,'']]], 4 | ['readme',['Readme',['../a00002.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/glm/glm/simd/packing.h: -------------------------------------------------------------------------------- 1 | /// @ref simd 2 | /// @file glm/simd/packing.h 3 | 4 | #pragma once 5 | 6 | #if GLM_ARCH & GLM_ARCH_SSE2_BIT 7 | 8 | #endif//GLM_ARCH & GLM_ARCH_SSE2_BIT 9 | -------------------------------------------------------------------------------- /external/glm/test/glm.cppcheck: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['notitle',['notitle',['../index.html',1,'']]], 4 | ['new_20features',['New features',['../news.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/files_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['duplicate_2ehpp',['duplicate.hpp',['../a00035.html',1,'']]], 4 | ['dx_2ehpp',['dx.hpp',['../a00036.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/files_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['filter_2ehpp',['filter.hpp',['../a00037.html',1,'']]], 4 | ['format_2ehpp',['format.hpp',['../a00038.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/files_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['filter_2ehpp',['filter.hpp',['../a00035.html',1,'']]], 4 | ['format_2ehpp',['format.hpp',['../a00036.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /data/gl-320/draw-multiple.frag: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | out vec4 Color; 6 | 7 | void main() 8 | { 9 | Color = vec4(1.0, 0.5, 0.0, 1.0); 10 | } 11 | 12 | -------------------------------------------------------------------------------- /external/gli/doc/api/a00044.js: -------------------------------------------------------------------------------- 1 | var a00044 = 2 | [ 3 | [ "save", "a00044.html#abeb29ead6c93382440a84615453578cf", null ], 4 | [ "save", "a00044.html#a043564ddc8150e7a4ff718634b9c5104", null ] 5 | ]; -------------------------------------------------------------------------------- /external/glm/cmake/glm.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@CMAKE_INSTALL_PREFIX@ 2 | includedir=${prefix}/include 3 | 4 | Name: GLM 5 | Description: OpenGL Mathematics 6 | Version: @GLM_VERSION@ 7 | Cflags: -I${includedir} 8 | -------------------------------------------------------------------------------- /external/glu-0.1.0.0/source/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | set(NAME glu) 2 | 3 | file(GLOB ROOT_SOURCE *.cpp) 4 | include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..) 5 | 6 | add_library(${NAME} STATIC ${ROOT_SOURCE}) 7 | -------------------------------------------------------------------------------- /data/gl-320/draw-without-vertex-attrib.frag: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | out vec4 Color; 6 | 7 | void main() 8 | { 9 | Color = vec4(1.0, 0.5, 0.0, 1.0); 10 | } 11 | 12 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/files_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['input_2edox',['input.dox',['../input_8dox.html',1,'']]], 4 | ['intro_2edox',['intro.dox',['../intro_8dox.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/glm/glm/simd/vector_relational.h: -------------------------------------------------------------------------------- 1 | /// @ref simd 2 | /// @file glm/simd/vector_relational.h 3 | 4 | #pragma once 5 | 6 | #if GLM_ARCH & GLM_ARCH_SSE2_BIT 7 | 8 | #endif//GLM_ARCH & GLM_ARCH_SSE2_BIT 9 | -------------------------------------------------------------------------------- /external/glm/test/gtx/gtx_type_trait.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | int main() 5 | { 6 | int Error = 0; 7 | 8 | 9 | 10 | return Error; 11 | } 12 | 13 | -------------------------------------------------------------------------------- /data/micro/draw.frag: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | #define FRAG_COLOR 0 3 | 4 | layout(location = FRAG_COLOR, index = 0) out vec4 Color; 5 | 6 | void main() 7 | { 8 | Color = vec4(1.0, 0.5, 0.0, 1.0); 9 | } 10 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/files_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['glfw3_2eh',['glfw3.h',['../glfw3_8h.html',1,'']]], 4 | ['glfw3native_2eh',['glfw3native.h',['../glfw3native_8h.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /data/gl-320/draw-image-space.vert: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | void main() 6 | { 7 | gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 8 | } 9 | -------------------------------------------------------------------------------- /data/micro/draw-range.frag: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | #define FRAG_COLOR 0 3 | 4 | layout(location = FRAG_COLOR, index = 0) out vec4 Color; 5 | 6 | void main() 7 | { 8 | Color = vec4(1.0, 0.5, 0.0, 1.0); 9 | } 10 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['bug_20list',['Bug List',['../bug.html',1,'']]], 4 | ['building_20applications',['Building applications',['../build.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['compiling_20glfw',['Compiling GLFW',['../compile.html',1,'']]], 4 | ['context_20guide',['Context guide',['../context.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/glm/glm/detail/func_packing_simd.inl: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/detail/func_packing_simd.inl 3 | 4 | namespace glm{ 5 | namespace detail 6 | { 7 | 8 | }//namespace detail 9 | }//namespace glm 10 | -------------------------------------------------------------------------------- /external/glm/glm/simd/trigonometric.h: -------------------------------------------------------------------------------- 1 | /// @ref simd 2 | /// @file glm/simd/trigonometric.h 3 | 4 | #pragma once 5 | 6 | #if GLM_ARCH & GLM_ARCH_SSE2_BIT 7 | 8 | #endif//GLM_ARCH & GLM_ARCH_SSE2_BIT 9 | 10 | -------------------------------------------------------------------------------- /data/gl-320/fbo-depth.vert: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | void main() 6 | { 7 | gl_Position = gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 8 | } 9 | -------------------------------------------------------------------------------- /data/gl-330/r2vb2.vert: -------------------------------------------------------------------------------- 1 | #version 330 core 2 | 3 | uniform mat4 MVP; 4 | 5 | in vec4 Position; 6 | out vec4 VertColor; 7 | 8 | void main() 9 | { 10 | VertColor = Position; 11 | gl_Position = MVP * Position; 12 | } -------------------------------------------------------------------------------- /data/gl-330/texture.frag: -------------------------------------------------------------------------------- 1 | #version 140 2 | 3 | uniform sampler2D Diffuse; 4 | 5 | in vec2 VertTexcoord; 6 | out vec4 FragColor; 7 | 8 | void main() 9 | { 10 | FragColor = texture2D(Diffuse, VertTexcoord); 11 | } 12 | -------------------------------------------------------------------------------- /data/micro/multi-draw-indirect.frag: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | #define FRAG_COLOR 0 3 | 4 | layout(location = FRAG_COLOR, index = 0) out vec4 Color; 5 | 6 | void main() 7 | { 8 | Color = vec4(1.0, 0.5, 0.0, 1.0); 9 | } 10 | -------------------------------------------------------------------------------- /data/gl-320/fbo-depth-multisample.vert: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | void main() 6 | { 7 | gl_Position = gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 8 | } 9 | -------------------------------------------------------------------------------- /data/micro/draw-uniform.frag: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | #define FRAG_COLOR 0 3 | 4 | layout(location = FRAG_COLOR, index = 0) out vec4 Color; 5 | uniform vec4 Diffuse0; 6 | 7 | void main() 8 | { 9 | Color = Diffuse0; 10 | } 11 | -------------------------------------------------------------------------------- /data/micro/screenspace_coherence.frag: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | #define FRAG_COLOR 0 3 | 4 | layout(location = FRAG_COLOR, index = 0) out vec4 Color; 5 | 6 | void main() 7 | { 8 | Color = vec4(1.0, 0.5, 0.0, 0.25); 9 | } 10 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | 2 | add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE} 3 | WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs 4 | COMMENT "Generating HTML documentation" VERBATIM) 5 | 6 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['input_20guide',['Input guide',['../input.html',1,'']]], 4 | ['introduction_20to_20the_20api',['Introduction to the API',['../intro.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /framework/mesh.hpp: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | #include 5 | 6 | namespace glf 7 | { 8 | void generate_icosahedron(std::vector& VertexData, int Subdivision); 9 | }//namespace glf 10 | -------------------------------------------------------------------------------- /data/es-300/flat-color.frag: -------------------------------------------------------------------------------- 1 | #version 300 es 2 | #define FRAG_COLOR 0 3 | 4 | uniform highp vec4 Diffuse; 5 | 6 | layout(location = FRAG_COLOR) out vec4 FragColor; 7 | 8 | void main() 9 | { 10 | FragColor = Diffuse; 11 | } 12 | -------------------------------------------------------------------------------- /data/gl-410/glsl-block2.frag: -------------------------------------------------------------------------------- 1 | #version 410 core 2 | 3 | in block 4 | { 5 | vec4 Color; 6 | vec2 Texcoord; 7 | flat int Instance; 8 | } In; 9 | 10 | vec4 color(vec4 Color) 11 | { 12 | return (Color + In.Color) * 0.5; 13 | } 14 | -------------------------------------------------------------------------------- /data/micro/vertex-array-object.frag: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | #define FRAG_COLOR 0 3 | 4 | layout(location = FRAG_COLOR, index = 0) out vec4 Color; 5 | uniform vec4 Diffuse; 6 | 7 | void main() 8 | { 9 | Color = Diffuse; 10 | } 11 | -------------------------------------------------------------------------------- /external/glm/glm/detail/func_vector_relational_simd.inl: -------------------------------------------------------------------------------- 1 | /// @ref core 2 | /// @file glm/detail/func_vector_relational_simd.inl 3 | 4 | namespace glm{ 5 | namespace detail 6 | { 7 | 8 | }//namespace detail 9 | }//namespace glm 10 | -------------------------------------------------------------------------------- /data/gl-330/r2vb1.vert: -------------------------------------------------------------------------------- 1 | #version 330 core 2 | 3 | uniform mat4 MVP; 4 | 5 | in vec2 Position; 6 | out vec2 VertTexcoord; 7 | 8 | void main() 9 | { 10 | VertTexcoord = Position; 11 | gl_Position = MVP * vec4(Position, 0.0, 1.0); 12 | } -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/pages_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['monitor_20guide',['Monitor guide',['../monitor.html',1,'']]], 4 | ['moving_20from_20glfw_202_20to_203',['Moving from GLFW 2 to 3',['../moving.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /data/gl-320/draw-range-arrays.frag: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | precision highp float; 4 | precision highp int; 5 | layout(std140) uniform; 6 | 7 | out vec4 Color; 8 | 9 | void main() 10 | { 11 | Color = vec4(1.0, 0.5, 0.0, 1.0); 12 | } 13 | -------------------------------------------------------------------------------- /data/gl-320/draw-range-elements.frag: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | precision highp float; 4 | precision highp int; 5 | layout(std140) uniform; 6 | 7 | out vec4 Color; 8 | 9 | void main() 10 | { 11 | Color = vec4(1.0, 0.5, 0.0, 1.0); 12 | } 13 | -------------------------------------------------------------------------------- /data/gl-330/draw-without-vertex-attrib.frag: -------------------------------------------------------------------------------- 1 | #version 330 core 2 | 3 | #define FRAG_COLOR 0 4 | 5 | layout(location = FRAG_COLOR, index = 0) out vec4 Color; 6 | 7 | void main() 8 | { 9 | Color = vec4(1.0, 0.5, 0.0, 1.0); 10 | } 11 | 12 | -------------------------------------------------------------------------------- /external/gli/doc/api/a00036.js: -------------------------------------------------------------------------------- 1 | var a00036 = 2 | [ 3 | [ "sampler", "a00004.html", null ], 4 | [ "wrap", "a00036.html#aebe62ec9f60e9b393ea9735fbf18ec91", null ], 5 | [ "is_border", "a00036.html#a9175971af94a83b7fe6667b3c5b276c9", null ] 6 | ]; -------------------------------------------------------------------------------- /external/gli/doc/api/search/enums_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['filter',['filter',['../a00078.html#a610876e02cee64e29fe4376ffeb6b9b9',1,'gli']]], 4 | ['format',['format',['../a00078.html#a387137c43ed9616d39ba90e890d181eb',1,'gli']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/all_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['empty',['empty',['../a00013.html#ac6e61de369e994009e36f344f99c15ad',1,'gli::image::empty()'],['../a00022.html#ac6e61de369e994009e36f344f99c15ad',1,'gli::texture::empty()']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/enums_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['filter',['filter',['../a00076.html#a610876e02cee64e29fe4376ffeb6b9b9',1,'gli']]], 4 | ['format',['format',['../a00076.html#a387137c43ed9616d39ba90e890d181eb',1,'gli']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/cmake/gliBuildConfig.cmake.in: -------------------------------------------------------------------------------- 1 | set(GLI_VERSION "@GLI_VERSION@") 2 | set(GLI_INCLUDE_DIRS "@CMAKE_CURRENT_SOURCE_DIR@") 3 | 4 | if (NOT CMAKE_VERSION VERSION_LESS "3.0") 5 | include("${CMAKE_CURRENT_LIST_DIR}/gliTargets.cmake") 6 | endif() 7 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/functions_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['empty',['empty',['../a00013.html#ac6e61de369e994009e36f344f99c15ad',1,'gli::image::empty()'],['../a00022.html#ac6e61de369e994009e36f344f99c15ad',1,'gli::texture::empty()']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /data/gl-320/buffer-update.frag: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | uniform material 6 | { 7 | vec4 Diffuse; 8 | } Material; 9 | 10 | out vec4 Color; 11 | 12 | void main() 13 | { 14 | Color = Material.Diffuse; 15 | } 16 | 17 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/pages_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['opengl_20image_20_28gli_29',['OpenGL Image (GLI)',['../index.html',1,'']]], 4 | ['opengl_20image_20_28gli_29_20licenses',['OpenGL Image (GLI) Licenses',['../a00008.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/pages_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['opengl_20image_20_28gli_29',['OpenGL Image (GLI)',['../index.html',1,'']]], 4 | ['opengl_20image_20_28gli_29_20licenses',['OpenGL Image (GLI) Licenses',['../a00010.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/glm/cmake/glmBuildConfig.cmake.in: -------------------------------------------------------------------------------- 1 | set(GLM_VERSION "@GLM_VERSION@") 2 | set(GLM_INCLUDE_DIRS "@CMAKE_CURRENT_SOURCE_DIR@") 3 | 4 | if (NOT CMAKE_VERSION VERSION_LESS "3.0") 5 | include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake") 6 | endif() 7 | -------------------------------------------------------------------------------- /data/gl-320/buffer-uniform-shared.frag: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | uniform material 6 | { 7 | vec4 Diffuse; 8 | } Material; 9 | 10 | out vec4 Color; 11 | 12 | void main() 13 | { 14 | Color = Material.Diffuse; 15 | } 16 | -------------------------------------------------------------------------------- /data/gl-330/texture.vert: -------------------------------------------------------------------------------- 1 | #version 140 2 | 3 | uniform mat4 MVP; 4 | 5 | in vec2 Position; 6 | in vec2 Texcoord; 7 | out vec2 VertTexcoord; 8 | 9 | void main() 10 | { 11 | VertTexcoord = Texcoord; 12 | gl_Position = MVP * vec4(Position, 0.0, 1.0); 13 | } -------------------------------------------------------------------------------- /data/gl-430/fbo-render.vert: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /data/gl-440/fbo-splash.vert: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /external/gli/doc/api/search/files_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['generate_5fmipmaps_2ehpp',['generate_mipmaps.hpp',['../a00039.html',1,'']]], 4 | ['gl_2ehpp',['gl.hpp',['../a00040.html',1,'']]], 5 | ['gli_2ehpp',['gli.hpp',['../a00041.html',1,'']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/files_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['comparison_2ehpp',['comparison.hpp',['../a00030.html',1,'']]], 4 | ['convert_2ehpp',['convert.hpp',['../a00031.html',1,'']]], 5 | ['copy_2ehpp',['copy.hpp',['../a00032.html',1,'']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /external/gli/doc/html/search/files_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['generate_5fmipmaps_2ehpp',['generate_mipmaps.hpp',['../a00037.html',1,'']]], 4 | ['gl_2ehpp',['gl.hpp',['../a00038.html',1,'']]], 5 | ['gli_2ehpp',['gli.hpp',['../a00039.html',1,'']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /data/gl-320/query-occlusion.frag: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | precision highp float; 4 | precision highp int; 5 | layout(std140, column_major) uniform; 6 | 7 | out vec4 Color; 8 | 9 | void main() 10 | { 11 | Color = vec4(1.0, 0.5, 0.0, 1.0); 12 | } 13 | 14 | -------------------------------------------------------------------------------- /data/gl-330/query-occlusion.frag: -------------------------------------------------------------------------------- 1 | #version 330 core 2 | 3 | precision highp float; 4 | precision highp int; 5 | layout(std140, column_major) uniform; 6 | 7 | out vec4 Color; 8 | 9 | void main() 10 | { 11 | Color = vec4(1.0, 0.5, 0.0, 1.0); 12 | } 13 | 14 | -------------------------------------------------------------------------------- /data/gl-430/image-store-read.vert: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = vec4(mix(vec2(-1.0), vec2(3.0), bvec2(gl_VertexID == 1, gl_VertexID == 2)), 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /data/gl-430/image-store-write.vert: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = vec4(mix(vec2(-1.0), vec2(3.0), bvec2(gl_VertexID == 1, gl_VertexID == 2)), 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /data/gl-440/atomic-counter.vert: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /data/gl-440/buffer-type.frag: -------------------------------------------------------------------------------- 1 | #version 440 core 2 | 3 | #define FRAG_COLOR 0 4 | 5 | precision highp float; 6 | 7 | layout(location = FRAG_COLOR, index = 0) out vec4 Color; 8 | 9 | void main() 10 | { 11 | Color = vec4(1.0, 0.5, 0.0, 1.0); 12 | } 13 | 14 | -------------------------------------------------------------------------------- /data/gl-320/buffer-update.vert: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | uniform transform 6 | { 7 | mat4 MVP; 8 | } Transform; 9 | 10 | in vec4 Position; 11 | 12 | void main() 13 | { 14 | gl_Position = Transform.MVP * Position; 15 | } 16 | 17 | -------------------------------------------------------------------------------- /data/gl-320/draw-multiple.vert: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | layout(std140) uniform; 4 | 5 | uniform transform 6 | { 7 | mat4 MVP; 8 | } Transform; 9 | 10 | in vec4 Position; 11 | 12 | void main() 13 | { 14 | gl_Position = Transform.MVP * Position; 15 | } 16 | 17 | -------------------------------------------------------------------------------- /data/gl-320/fbo-layered.vert: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | precision highp float; 4 | precision highp int; 5 | layout(std140, column_major) uniform; 6 | 7 | in vec2 Position; 8 | 9 | void main() 10 | { 11 | gl_Position = vec4(Position, 0.0, 1.0); 12 | } 13 | 14 | -------------------------------------------------------------------------------- /data/gl-430/fbo-invalidate-splash.vert: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = vec4(mix(vec2(-1.0), vec2(3.0), bvec2(gl_VertexID == 1, gl_VertexID == 2)), 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /data/gl-500/shader-blend-blit-nv.vert: -------------------------------------------------------------------------------- 1 | #version 450 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /data/gl-300/image-2d.vert: -------------------------------------------------------------------------------- 1 | #version 130 2 | 3 | uniform mat4 MVP; 4 | 5 | in vec2 Position; 6 | in vec2 Texcoord; 7 | 8 | out vec2 VertTexcoord; 9 | 10 | void main() 11 | { 12 | VertTexcoord = Texcoord; 13 | gl_Position = MVP * vec4(Position, 0.0, 1.0); 14 | } 15 | -------------------------------------------------------------------------------- /data/gl-320/fbo.vert: -------------------------------------------------------------------------------- 1 | #version 150 core 2 | 3 | precision highp float; 4 | precision highp int; 5 | layout(std140, column_major) uniform; 6 | 7 | void main() 8 | { 9 | gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 10 | } 11 | -------------------------------------------------------------------------------- /data/gl-430/texture-fetch-dependent.vert: -------------------------------------------------------------------------------- 1 | #version 420 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /data/gl-500/shader-blend-blit-intel.vert: -------------------------------------------------------------------------------- 1 | #version 430 core 2 | 3 | out gl_PerVertex 4 | { 5 | vec4 gl_Position; 6 | }; 7 | 8 | void main() 9 | { 10 | gl_Position = gl_Position = vec4(4.f * (gl_VertexID % 2) - 1.f, 4.f * (gl_VertexID / 2) - 1.f, 0.0, 1.0); 11 | } 12 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/all_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['height',['height',['../structGLFWvidmode.html#ac65942a5f6981695517437a9d571d03c',1,'GLFWvidmode::height()'],['../structGLFWimage.html#a0b7d95368f0c80d5e5c9875057c7dbec',1,'GLFWimage::height()']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/files_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['main_2edox',['main.dox',['../main_8dox.html',1,'']]], 4 | ['monitor_2edox',['monitor.dox',['../monitor_8dox.html',1,'']]], 5 | ['moving_2edox',['moving.dox',['../moving_8dox.html',1,'']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /external/glfw-3.1.1/docs/html/search/groups_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['initialization_2c_20version_20and_20errors',['Initialization, version and errors',['../group__init.html',1,'']]], 4 | ['input_20handling',['Input handling',['../group__input.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /external/gli/doc/api/a00031.js: -------------------------------------------------------------------------------- 1 | var a00031 = 2 | [ 3 | [ "load", "a00031.html#a6ceab391900a9c196b639c66dfe1eb34", null ], 4 | [ "load", "a00031.html#afa98e629f469e2226261d89c60c218cd", null ], 5 | [ "load", "a00031.html#a4816fc22c4aef8540ab219899c4d8223", null ] 6 | ]; -------------------------------------------------------------------------------- /data/gl-330/r2vb1.frag: -------------------------------------------------------------------------------- 1 | #version 330 core 2 | 3 | uniform sampler2D Diffuse; 4 | 5 | in vec2 VertTexcoord; 6 | out vec4 FragColor; 7 | 8 | void main() 9 | { 10 | float Height = texture2D(Diffuse, VertTexcoord).x; 11 | FragColor = vec4(VertTexcoord, Height, 1.0); 12 | } 13 | --------------------------------------------------------------------------------