Skip to content

Commit

Permalink
nVidia Jetson
Browse files Browse the repository at this point in the history
  • Loading branch information
mlourakis committed Jun 20, 2022
1 parent 554a051 commit aec59aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ui/model_viewer_widget.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@

#include "ui/main_window.h"

#ifndef GL_MULTISAMPLE
#define GL_MULTISAMPLE 0x809D
#endif

#ifndef GL_VERTEX_PROGRAM_POINT_SIZE
#define GL_VERTEX_PROGRAM_POINT_SIZE 0x8642
#endif

#define SELECTION_BUFFER_IMAGE_IDX 0
#define SELECTION_BUFFER_POINT_IDX 1

Expand Down

0 comments on commit aec59aa

Please sign in to comment.