Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
394 B

  1. //====== Copyright 1996-2008, Valve Corporation, All rights reserved. =====//
  2. #ifndef _SHADERAPIFAST_H_
  3. #define _SHADERAPIFAST_H_
  4. #if defined( _PS3 ) || defined( _OSX )
  5. #include "shaderapidx9/shaderapidx8.h"
  6. #include "shaderapidx9/shaderapidx8_global.h"
  7. #define ShaderApiFast( pShaderAPI ) ShaderAPI()
  8. #else
  9. #define ShaderApiFast( pShaderAPI ) pShaderAPI
  10. #endif
  11. #endif // _SHADERAPIFAST_H_