ngfx::MTLRenderPass

Inherits from ngfx::RenderPass

Public Functions

Name
virtual ~MTLRenderPass()
MTLRenderPassDescriptor * getDescriptor(MTLGraphicsContext * mtlCtx, MTLFramebuffer * mtlFramebuffer, glm::vec4 clearColor, float clearDepth, uint32_t clearStencil)

Additional inherited members

Public Functions inherited from ngfx::RenderPass

Name
virtual ~RenderPass()

Public Attributes inherited from ngfx::RenderPass

Name
Framebuffer * currentFramebuffer

Public Functions Documentation

function ~MTLRenderPass

inline virtual ~MTLRenderPass()

function getDescriptor

MTLRenderPassDescriptor * getDescriptor(
    MTLGraphicsContext * mtlCtx,
    MTLFramebuffer * mtlFramebuffer,
    glm::vec4 clearColor,
    float clearDepth,
    uint32_t clearStencil
)

Updated on 3 April 2021 at 20:21:51 PDT