⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.
|
Axmol Engine 3.0.0-dff292a
|
Create and compile a new MTLRenderPipelineState object synchronously. More...
#include <RenderPipelineMTL.h>
Inherits RenderPipeline.
Public Member Functions | |
| RenderPipelineImpl (id< MTLDevice > mtlDevice) | |
| id< MTLRenderPipelineState > | getMTLRenderPipelineState () const |
| Get a MTLRenderPipelineState object. | |
| Public Member Functions inherited from Object | |
| void | retain () |
| Retains the ownership. | |
| void | release () |
| Releases the ownership immediately. | |
| Object * | autorelease () |
| Releases the ownership sometime soon automatically. | |
| unsigned int | getReferenceCount () const |
| Returns the Object's current reference count. | |
| virtual | ~Object () |
| Destructor. | |
Additional Inherited Members | |
| Public Attributes inherited from Object | |
| unsigned int | _ID |
| object id, ScriptSupport need public _ID | |
| int | _luaID |
| Lua reference id. | |
Create and compile a new MTLRenderPipelineState object synchronously.
| RenderPipelineImpl | ( | id< MTLDevice > | mtlDevice | ) |
| mtlDevice | The device for which MTLRenderPipelineState object was created. |
| descriptor | Specify the render pipeline description. |
|
inline |
Get a MTLRenderPipelineState object.