Loading...
Searching...
No Matches
HgiGraphicsPipeline Class Reference

Represents a graphics platform independent GPU graphics pipeline resource. More...

#include <graphicsPipeline.h>

Inherited by HgiGLGraphicsPipeline.

Public Member Functions

HGI_API HgiGraphicsPipelineDesc const & GetDescriptor () const
 The descriptor describes the object.
 

Protected Member Functions

HGI_API HgiGraphicsPipeline (HgiGraphicsPipelineDesc const &desc)
 

Protected Attributes

HgiGraphicsPipelineDesc _descriptor
 

Detailed Description

Represents a graphics platform independent GPU graphics pipeline resource.

Base class for Hgi pipelines. To the client (HdSt) pipeline resources are referred to via opaque, stateless handles (HgiPipelineHandle).

Definition at line 459 of file graphicsPipeline.h.

Member Function Documentation

◆ GetDescriptor()

HGI_API HgiGraphicsPipelineDesc const & GetDescriptor ( ) const

The descriptor describes the object.

Member Data Documentation

◆ _descriptor

HgiGraphicsPipelineDesc _descriptor
protected

Definition at line 473 of file graphicsPipeline.h.


The documentation for this class was generated from the following file: