GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
render_window Struct Reference

#include <nviz.h>

Data Fields

DisplaydisplayId
 
GLXContext contextId
 
Pixmap pixmap
 
GLXPixmap windowId
 
int width
 
int height
 

Detailed Description

Definition at line 126 of file nviz.h.

Field Documentation

◆ contextId

GLXContext render_window::contextId

Definition at line 129 of file nviz.h.

◆ displayId

Display* render_window::displayId

Definition at line 128 of file nviz.h.

◆ height

int render_window::height

Definition at line 144 of file nviz.h.

Referenced by Nviz_create_render_window().

◆ pixmap

Pixmap render_window::pixmap

Definition at line 130 of file nviz.h.

◆ width

int render_window::width

Definition at line 144 of file nviz.h.

Referenced by Nviz_create_render_window().

◆ windowId

GLXPixmap render_window::windowId

Definition at line 131 of file nviz.h.


The documentation for this struct was generated from the following file: