Table of Contents

Struct SamplerCreateInfo

Namespace
SharpVulkan
Assembly
Lime.dll
public struct SamplerCreateInfo
Inherited Members

Fields

AddressModeU

public SamplerAddressMode AddressModeU

Field Value

SamplerAddressMode

AddressModeV

public SamplerAddressMode AddressModeV

Field Value

SamplerAddressMode

AddressModeW

public SamplerAddressMode AddressModeW

Field Value

SamplerAddressMode

AnisotropyEnable

public RawBool AnisotropyEnable

Field Value

RawBool

BorderColor

public BorderColor BorderColor

Field Value

BorderColor

CompareEnable

public RawBool CompareEnable

Field Value

RawBool

CompareOperation

public CompareOperation CompareOperation

Field Value

CompareOperation

Flags

public SamplerCreateFlags Flags

Field Value

SamplerCreateFlags

MagFilter

public Filter MagFilter

Field Value

Filter

MaxAnisotropy

public float MaxAnisotropy

Field Value

float

MaxLod

public float MaxLod

Field Value

float

MinFilter

public Filter MinFilter

Field Value

Filter

MinLod

public float MinLod

Field Value

float

MipLodBias

public float MipLodBias

Field Value

float

MipmapMode

public SamplerMipmapMode MipmapMode

Field Value

SamplerMipmapMode

Next

public nint Next

Field Value

nint

StructureType

public StructureType StructureType

Field Value

StructureType

UnnormalizedCoordinates

public RawBool UnnormalizedCoordinates

Field Value

RawBool