HDK
|
#include <graphicsPipeline.h>
Public Member Functions | |
virtual HGI_API | ~HgiGraphicsPipeline () |
HGI_API HgiGraphicsPipelineDesc const & | GetDescriptor () const |
The descriptor describes the object. More... | |
Protected Member Functions | |
HGI_API | HgiGraphicsPipeline (HgiGraphicsPipelineDesc const &desc) |
Protected Attributes | |
HgiGraphicsPipelineDesc | _descriptor |
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.
|
virtual |
|
protected |
HGI_API HgiGraphicsPipelineDesc const& HgiGraphicsPipeline::GetDescriptor | ( | ) | const |
The descriptor describes the object.
|
protected |
Definition at line 473 of file graphicsPipeline.h.