Fix T65005: Missing "LINES_ADJ" and "TRIS_ADJ" in the GPU Python API.

This commit is contained in:
Germano Cavalcante 2019-05-29 00:26:48 -03:00
parent e087951702
commit d97c841eb8
Notes: blender-bot 2023-02-14 08:59:10 +01:00
Referenced by issue #65005, GpuType "LINES_ADJ" or "TRIS_ADJ" unknown type literal
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ int bpygpu_ParsePrimType(PyObject *o, void *p)
MATCH_ID(LINE_LOOP);
MATCH_ID(TRI_STRIP);
MATCH_ID(TRI_FAN);
MATCH_ID(LINES_ADJ);
MATCH_ID(TRIS_ADJ);
MATCH_ID(LINE_STRIP_ADJ);
#undef MATCH_ID