[12632] Revert previous commit (see Notes)

This commit is contained in:
billy1arm 2013-05-31 13:50:57 +01:00 committed by Antz
parent 1cd806c02e
commit ef445ea523
1462 changed files with 9689 additions and 7080 deletions

View file

@ -1,4 +1,4 @@
/**
/*
@file BinaryFormat.h
@maintainer Morgan McGuire, http://graphics.cs.williams.edu
@ -28,7 +28,7 @@ class Color3uint8;
class Color4;
class Color4uint8;
/**
/*
Some values like float16 and int128 have no current CPU data structure that implements them but are useful
for file formats and for GPUs.
@ -79,7 +79,7 @@ public:
}}
/**
/*
Macro to declare the underlying format (as will be returned by glFormatOf)
of a type. For example,