The IFloatMatrix4Uniform video object interface.
More...
#include "murl_video_i_uniform.h"
The IFloatMatrix4Uniform video object interface.
This interface represents a 32bit floating-point 4x4 matrix uniform variable.
◆ GetUniformInterface() [1/2]
virtual IUniform* Murl::Video::IFloatMatrix4Uniform::GetUniformInterface |
( |
| ) |
|
|
pure virtual |
◆ GetUniformInterface() [2/2]
virtual const IUniform* Murl::Video::IFloatMatrix4Uniform::GetUniformInterface |
( |
| ) |
const |
|
pure virtual |
◆ GetData() [1/4]
virtual Float* Murl::Video::IFloatMatrix4Uniform::GetData |
( |
void * |
base | ) |
|
|
pure virtual |
Get a mutable pointer to the raw data within a given constant buffer.
- Parameters
-
base | The base pointer to the constant buffer data. |
- Returns
- A pointer to the raw data.
◆ GetData() [2/4]
virtual const Float* Murl::Video::IFloatMatrix4Uniform::GetData |
( |
const void * |
base | ) |
const |
|
pure virtual |
Get a constant pointer to the raw data within a given constant buffer.
- Parameters
-
base | The base pointer to the constant buffer data. |
- Returns
- A pointer to the raw data.
◆ GetData() [3/4]
virtual Float* Murl::Video::IFloatMatrix4Uniform::GetData |
( |
| ) |
|
|
pure virtual |
Get a mutable pointer to the raw data within the owning constant buffer.
- Returns
- A pointer to the raw data.
◆ GetData() [4/4]
virtual const Float* Murl::Video::IFloatMatrix4Uniform::GetData |
( |
| ) |
const |
|
pure virtual |
Get a constant pointer to the raw data within the owning constant buffer.
- Returns
- A pointer to the raw data.
◆ SetValue()
virtual void Murl::Video::IFloatMatrix4Uniform::SetValue |
( |
const Float * |
value | ) |
|
|
pure virtual |
Set the variable value in the owning constant buffer.
- Parameters
-
value | A pointer to an array of 16 component values (4x4). |
The documentation for this interface was generated from the following file: