PushConstant class
PushConstant class
A utility to provide data to shader through push constant.
The PushConstant type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructor of the PushConstant |
Methods
| Method | Description |
|---|---|
| write | Write the matrix to the constant |
| write | Write a int value to the constant |
| write | Write a float value to the constant |
| write | Write a 4-component vector to the constant |
| write | Write a 3-component vector to the constant |
| write | Write a 4-component vector to the constant |
| commit | Commit prepared data to graphics pipeline. |
See Also
- module
aspose.threed.render - class
PushConstant