GTA 5 3d lense for reshade

  • Exboy
  • Topic Author
More
7 years 6 months ago - 7 years 6 months ago #1 by Exboy GTA 5 3d lense for reshade was created by Exboy
hello
im using gta 5 redux mod and i downloaded 3d lense for reshade(fortran reshade )
i want to use lens distortion effect (fortran reshade) without deleting redux mod reshade files
i copied OCULUSDROIDNATIVE.h and OCULUSDROIDTRIDEF.H from reshade(fortran) to gta 5/(redux) reshade/sweetfx/sharedfolder
and created this line in gta 5/ (redux)reshade/sweetfx.cfg (below nostalgia)
////
//
///**OCULUSDROIDNATIVE**///
//
////
#define USE_OCULUSDROIDNATIVE 1 //[OculusDroidNative] //-Lense correction for non-native SBS 3D, such as when using Tridef


////
//
///**OCULUSDROIDTRIDEF**///
//
////
#define USE_OCULUSDROIDTRIDEF 0 //[OculusDroidTridef] //-Lense correction for non-native SBS 3D, such as when using Tridef

and added this line inside shared.h
// Splitscreen
#if (USE_OCULUSDROIDTRIDEF == 1)
FinalColor = OculusDroidTridef(FinalColor,tex);
#endif

// Splitscreen
#if (USE_OCULUSDROIDNATIVE == 1)
FinalColor = OculusDroidNative(FinalColor,tex);
#endif


after that when i run the game
i got error message
compiling effect failed
reshade/sweetfx/shared.h (113, 15): error x3004 : undeclared identifier 'OculusDroidNative'

what im doing wrong please help me
Last edit: 7 years 6 months ago by Exboy. Reason: help me

Please Log in or Create an account to join the conversation.

We use cookies
We use cookies on our website. Some of them are essential for the operation of the forum. You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.