HDK
|
#include "pxr/pxr.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 | HgiSamplerDesc |
class | HgiSampler |
Typedefs | |
using | HgiSamplerHandle = HgiHandle< HgiSampler > |
using | HgiSamplerHandleVector = std::vector< HgiSamplerHandle > |
Functions | |
HGI_API bool | operator== (const HgiSamplerDesc &lhs, const HgiSamplerDesc &rhs) |
HGI_API bool | operator!= (const HgiSamplerDesc &lhs, const HgiSamplerDesc &rhs) |
using HgiSamplerHandle = HgiHandle<HgiSampler> |
using HgiSamplerHandleVector = std::vector<HgiSamplerHandle> |
HGI_API bool operator!= | ( | const HgiSamplerDesc & | lhs, |
const HgiSamplerDesc & | rhs | ||
) |
HGI_API bool operator== | ( | const HgiSamplerDesc & | lhs, |
const HgiSamplerDesc & | rhs | ||
) |