mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
tag long-running function with BLOCKING
This commit is contained in:
parent
94fb5c97eb
commit
faf7af4b67
@ -116,7 +116,7 @@ PUBLISHED:
|
|||||||
void make_grayscale(double rc, double gc, double bc);
|
void make_grayscale(double rc, double gc, double bc);
|
||||||
INLINE void make_rgb();
|
INLINE void make_rgb();
|
||||||
|
|
||||||
void set_maxval(xelval maxval);
|
BLOCKING void set_maxval(xelval maxval);
|
||||||
|
|
||||||
// The *_val() functions return or set the color values in the range
|
// The *_val() functions return or set the color values in the range
|
||||||
// [0..get_maxval()]. This range may be different for different
|
// [0..get_maxval()]. This range may be different for different
|
||||||
|
Loading…
x
Reference in New Issue
Block a user