mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Add missing @since to docstrings of some new methods
This commit is contained in:
parent
b42fd4ee4f
commit
9e7ca63662
@ -160,6 +160,8 @@ set_dimensions(const LVecBase4 &dimensions) {
|
|||||||
* Changes the range of the depth buffer this DisplayRegion writes to.
|
* Changes the range of the depth buffer this DisplayRegion writes to.
|
||||||
* The parameters range from 0 to 1. It is legal for the near value to be
|
* The parameters range from 0 to 1. It is legal for the near value to be
|
||||||
* larger than the far value.
|
* larger than the far value.
|
||||||
|
*
|
||||||
|
* @since 1.11.0
|
||||||
*/
|
*/
|
||||||
INLINE void DisplayRegion::
|
INLINE void DisplayRegion::
|
||||||
set_depth_range(PN_stdfloat near_depth, PN_stdfloat far_depth) {
|
set_depth_range(PN_stdfloat near_depth, PN_stdfloat far_depth) {
|
||||||
|
@ -36,6 +36,8 @@ get_clock() {
|
|||||||
/**
|
/**
|
||||||
* Adds a new task which calls the indicated function to the task manager.
|
* Adds a new task which calls the indicated function to the task manager.
|
||||||
* Returns the newly created FunctionAsyncTask object.
|
* Returns the newly created FunctionAsyncTask object.
|
||||||
|
*
|
||||||
|
* @since 1.11.0
|
||||||
*/
|
*/
|
||||||
INLINE AsyncTask *AsyncTaskManager::
|
INLINE AsyncTask *AsyncTaskManager::
|
||||||
add(const std::string &name, FunctionAsyncTask::TaskFunction function) {
|
add(const std::string &name, FunctionAsyncTask::TaskFunction function) {
|
||||||
|
@ -37,6 +37,8 @@ class FactoryParams;
|
|||||||
* with a value of 1 beneath another DepthBiasAttrib with a value of 2
|
* with a value of 1 beneath another DepthBiasAttrib with a value of 2
|
||||||
* presents a net offset of 3. (A DepthBiasAttrib will not, however,
|
* presents a net offset of 3. (A DepthBiasAttrib will not, however,
|
||||||
* combine with any other DepthBiasAttribs with a lower override parameter.)
|
* combine with any other DepthBiasAttribs with a lower override parameter.)
|
||||||
|
*
|
||||||
|
* @since 1.11.0
|
||||||
*/
|
*/
|
||||||
class EXPCL_PANDA_PGRAPH DepthBiasAttrib : public RenderAttrib {
|
class EXPCL_PANDA_PGRAPH DepthBiasAttrib : public RenderAttrib {
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user