Home › Forums › Software Development › Using Stream Engine for DirectX c++ app › Reply To: Using Stream Engine for DirectX c++ app
13/05/2021 at 05:01 #20371
Jamie Steele
Participant
Ok so I have fixed the problem with function pointers by making the class functions static, all I need now is to be able to access the gaze point outside of these functions, which is difficult to do when they are static. Any tips?