Nebula
Loading...
Searching...
No Matches
CoreGraphics::SamplerCreateInfo Struct Reference

#include <sampler.h>

Public Member Functions

const uint32_t HashCode () const

Public Attributes

SamplerFilter magFilter
SamplerFilter minFilter
SamplerMipMode mipmapMode
SamplerAddressMode addressModeU
SamplerAddressMode addressModeV
SamplerAddressMode addressModeW
float mipLodBias
bool anisotropyEnable
float maxAnisotropy
bool compareEnable
SamplerCompareOperation compareOp
float minLod
float maxLod
SamplerBorderMode borderColor
bool unnormalizedCoordinates

Member Function Documentation

◆ HashCode()

const uint32_t CoreGraphics::SamplerCreateInfo::HashCode ( ) const
inline

Member Data Documentation

◆ addressModeU

SamplerAddressMode CoreGraphics::SamplerCreateInfo::addressModeU

◆ addressModeV

SamplerAddressMode CoreGraphics::SamplerCreateInfo::addressModeV

◆ addressModeW

SamplerAddressMode CoreGraphics::SamplerCreateInfo::addressModeW

◆ anisotropyEnable

bool CoreGraphics::SamplerCreateInfo::anisotropyEnable

◆ borderColor

SamplerBorderMode CoreGraphics::SamplerCreateInfo::borderColor

◆ compareEnable

bool CoreGraphics::SamplerCreateInfo::compareEnable

◆ compareOp

SamplerCompareOperation CoreGraphics::SamplerCreateInfo::compareOp

◆ magFilter

SamplerFilter CoreGraphics::SamplerCreateInfo::magFilter

◆ maxAnisotropy

float CoreGraphics::SamplerCreateInfo::maxAnisotropy

◆ maxLod

float CoreGraphics::SamplerCreateInfo::maxLod

◆ minFilter

SamplerFilter CoreGraphics::SamplerCreateInfo::minFilter

◆ minLod

float CoreGraphics::SamplerCreateInfo::minLod

◆ mipLodBias

float CoreGraphics::SamplerCreateInfo::mipLodBias

◆ mipmapMode

SamplerMipMode CoreGraphics::SamplerCreateInfo::mipmapMode

◆ unnormalizedCoordinates

bool CoreGraphics::SamplerCreateInfo::unnormalizedCoordinates

The documentation for this struct was generated from the following file:
  • /github/workspace/code/render/coregraphics/sampler.h