Category Archives: Quick N Dirty Gfx Samples

OpenGL Multi-Texturing

Purpose of the Sample:

Demonstrates how to bind and sample from multiple textures. The scene is rendered using MSAA and resolved prior to rendering to the backbuffer. This sample uses assimp to load models.

CGame.h

CGame.cpp

vertex.glsl

fragment.glsl

Download Sample App