Loading...
Searching...
No Matches
HgiComputePipeline Class Reference

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

#include <computePipeline.h>

+ Inheritance diagram for HgiComputePipeline:

Public Member Functions

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

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

◆ GetDescriptor()

HGI_API HgiComputePipelineDesc const & GetDescriptor ( ) const

The descriptor describes the object.

Member Data Documentation

◆ _descriptor

HgiComputePipelineDesc _descriptor
protected

Definition at line 123 of file computePipeline.h.


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