All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HgiComputePipeline Class Reference

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

+ Inheritance diagram for HgiComputePipeline:

Public Member Functions

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

Protected Member Functions

HGI_API HgiComputePipeline (HgiComputePipelineDesc const &desc)
 

Protected Attributes

HgiComputePipelineDesc _descriptor
 

Detailed Description

Represents a graphics platform independent GPU compute pipeline resource.

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

Definition at line 109 of file computePipeline.h.

Member Function Documentation

HGI_API HgiComputePipelineDesc const& GetDescriptor ( ) const

The descriptor describes the object.


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