Murl::Video::IUInt32Attribute Interface Referenceabstract
The IUInt32Attribute video object interface. More...
#include "murl_video_i_attribute.h"
Public Member Functions | |
virtual IAttribute * | GetAttributeInterface ()=0 |
Get the mutable IAttribute interface. More... | |
virtual const IAttribute * | GetAttributeInterface () const =0 |
Get the constant IAttribute interface. More... | |
virtual UInt32 * | GetData (void *base, UInt32 index)=0 |
Get a mutable pointer to the raw attribute data within a vertex buffer. More... | |
virtual const UInt32 * | GetData (const void *base, UInt32 index) const =0 |
Get a constant pointer to the raw attribute data within a vertex buffer. More... | |
Detailed Description
The IUInt32Attribute video object interface.
This interface represents a scalar 32bit unsigned integer attribute.
Member Function Documentation
◆ GetAttributeInterface() [1/2]
|
pure virtual |
Get the mutable IAttribute interface.
- Returns
- The mutable IAttribute interface.
◆ GetAttributeInterface() [2/2]
|
pure virtual |
Get the constant IAttribute interface.
- Returns
- The constant IAttribute interface.
◆ GetData() [1/2]
Get a mutable pointer to the raw attribute data within a vertex buffer.
- Parameters
-
base The base pointer to the vertex buffer data. index The vertex index.
- Returns
- A pointer to the raw data.
◆ GetData() [2/2]
|
pure virtual |
Get a constant pointer to the raw attribute data within a vertex buffer.
- Parameters
-
base The base pointer to the vertex buffer data. index The vertex index.
- Returns
- A pointer to the raw data.
The documentation for this interface was generated from the following file:
- murl_video_i_attribute.h