HDK
|
#include "pxr/pxr.h"
#include "pxr/base/gf/vec3i.h"
#include "pxr/imaging/hgi/api.h"
#include "pxr/imaging/hgi/enums.h"
#include "pxr/imaging/hgi/handle.h"
#include "pxr/imaging/hgi/types.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | HgiComponentMapping |
struct | HgiTextureDesc |
class | HgiTexture |
struct | HgiTextureViewDesc |
class | HgiTextureView |
Typedefs | |
using | HgiTextureHandle = HgiHandle< class HgiTexture > |
using | HgiTextureHandleVector = std::vector< HgiTextureHandle > |
using | HgiTextureViewHandle = HgiHandle< class HgiTextureView > |
using | HgiTextureViewHandleVector = std::vector< HgiTextureViewHandle > |
Functions | |
HGI_API bool | operator== (const HgiComponentMapping &lhs, const HgiComponentMapping &rhs) |
HGI_API bool | operator!= (const HgiComponentMapping &lhs, const HgiComponentMapping &rhs) |
HGI_API bool | operator== (const HgiTextureDesc &lhs, const HgiTextureDesc &rhs) |
HGI_API bool | operator!= (const HgiTextureDesc &lhs, const HgiTextureDesc &rhs) |
HGI_API bool | operator== (const HgiTextureViewDesc &lhs, const HgiTextureViewDesc &rhs) |
HGI_API bool | operator!= (const HgiTextureViewDesc &lhs, const HgiTextureViewDesc &rhs) |
using HgiTextureHandle = HgiHandle<class HgiTexture> |
using HgiTextureHandleVector = std::vector<HgiTextureHandle> |
using HgiTextureViewHandle = HgiHandle<class HgiTextureView> |
using HgiTextureViewHandleVector = std::vector<HgiTextureViewHandle> |
HGI_API bool operator!= | ( | const HgiComponentMapping & | lhs, |
const HgiComponentMapping & | rhs | ||
) |
HGI_API bool operator!= | ( | const HgiTextureDesc & | lhs, |
const HgiTextureDesc & | rhs | ||
) |
HGI_API bool operator!= | ( | const HgiTextureViewDesc & | lhs, |
const HgiTextureViewDesc & | rhs | ||
) |
HGI_API bool operator== | ( | const HgiComponentMapping & | lhs, |
const HgiComponentMapping & | rhs | ||
) |
HGI_API bool operator== | ( | const HgiTextureDesc & | lhs, |
const HgiTextureDesc & | rhs | ||
) |
HGI_API bool operator== | ( | const HgiTextureViewDesc & | lhs, |
const HgiTextureViewDesc & | rhs | ||
) |