mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024131: TKOpenGL redesign GPU memory management for markers presentation
Introduce Point Sprites usage. Graphic3d_Group - drop Marker(),MarkerSet() methods - markers should be drawn using AddPrimitiveArray. Added new Draw Harness commands vcaps, vmarkerstest.
This commit is contained in:
@@ -371,23 +371,6 @@ typedef struct {
|
||||
} CALL_DEF_MATERIAL;
|
||||
|
||||
|
||||
/* CONTEXTE MARKER */
|
||||
|
||||
typedef struct {
|
||||
|
||||
int IsDef;
|
||||
|
||||
int IsSet;
|
||||
|
||||
CALL_DEF_COLOR Color;
|
||||
|
||||
int MarkerType;
|
||||
|
||||
float Scale;
|
||||
|
||||
} CALL_DEF_CONTEXTMARKER;
|
||||
|
||||
|
||||
/* CONTEXTE TEXT */
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user