Loading...
Searching...
No Matches
HdSamplerParameters Class Reference

Collection of standard parameters such as wrap modes to sample a texture. More...

#include <types.h>

Public Member Functions

HD_API HdSamplerParameters (HdWrap wrapS, HdWrap wrapT, HdWrap wrapR, HdMinFilter minFilter, HdMagFilter magFilter, HdBorderColor borderColor=HdBorderColorTransparentBlack, bool enableCompare=false, HdCompareFunction compareFunction=HdCmpFuncNever, uint32_t maxAnisotropy=16)
 
HD_API bool operator== (const HdSamplerParameters &other) const
 
HD_API bool operator!= (const HdSamplerParameters &other) const
 

Public Attributes

HdWrap wrapS
 
HdWrap wrapT
 
HdWrap wrapR
 
HdMinFilter minFilter
 
HdMagFilter magFilter
 
HdBorderColor borderColor
 
bool enableCompare
 
HdCompareFunction compareFunction
 
uint32_t maxAnisotropy
 

Detailed Description

Collection of standard parameters such as wrap modes to sample a texture.

Definition at line 110 of file types.h.

Member Data Documentation

◆ borderColor

HdBorderColor borderColor

Definition at line 117 of file types.h.

◆ compareFunction

HdCompareFunction compareFunction

Definition at line 119 of file types.h.

◆ enableCompare

bool enableCompare

Definition at line 118 of file types.h.

◆ magFilter

HdMagFilter magFilter

Definition at line 116 of file types.h.

◆ maxAnisotropy

uint32_t maxAnisotropy

Definition at line 120 of file types.h.

◆ minFilter

HdMinFilter minFilter

Definition at line 115 of file types.h.

◆ wrapR

HdWrap wrapR

Definition at line 114 of file types.h.

◆ wrapS

HdWrap wrapS

Definition at line 112 of file types.h.

◆ wrapT

HdWrap wrapT

Definition at line 113 of file types.h.


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