mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
need a longer attrib list
This commit is contained in:
parent
86787b3d98
commit
a0fddbf147
@ -280,7 +280,7 @@ make_pbuffer(HDC twindow_dc) {
|
|||||||
// Select a suitable pixel format that matches the GSG's existing
|
// Select a suitable pixel format that matches the GSG's existing
|
||||||
// format, and also is appropriate for a pixel buffer.
|
// format, and also is appropriate for a pixel buffer.
|
||||||
|
|
||||||
static const int max_attrib_list = 32;
|
static const int max_attrib_list = 64;
|
||||||
int iattrib_list[max_attrib_list];
|
int iattrib_list[max_attrib_list];
|
||||||
int ivalue_list[max_attrib_list];
|
int ivalue_list[max_attrib_list];
|
||||||
int ni = 0;
|
int ni = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user