Ignore:
Timestamp:
Mar 23, 2012 7:43:56 PM (12 years ago)
Author:
ldelgass
Message:

Use ARB versions of texture_rectangle, texture_float, point_sprite extensions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/NvZincBlendeReconstructor.h

    r2877 r2884  
    1414 * ======================================================================
    1515 */
    16 #ifndef __NV_ZINC_BLENDE_RECONSTRUCTOR_H__
    17 #define __NV_ZINC_BLENDE_RECONSTRUCTOR_H__
     16#ifndef NV_ZINC_BLENDE_RECONSTRUCTOR_H
     17#define NV_ZINC_BLENDE_RECONSTRUCTOR_H
    1818
    1919#include <stdio.h>
     
    6262     * @brief Return a singleton instance
    6363     */
    64     static NvZincBlendeReconstructor* getInstance();
     64    static NvZincBlendeReconstructor *getInstance();
    6565
    6666private:
     
    7878
    7979    /// A ZincBlendeReconstructor Singleton instance
    80     static NvZincBlendeReconstructor* _instance;
     80    static NvZincBlendeReconstructor *_instance;
    8181};
    8282
Note: See TracChangeset for help on using the changeset viewer.