Skip to content

KDGpu::Sampler

Module: Public API

Sampler.

#include <sampler.h>

Public Functions

Name
Sampler()
~Sampler()
Sampler(Sampler && other)
Sampler & operator=(Sampler && other)
Sampler(const Sampler & ) =delete
Sampler & operator=(const Sampler & ) =delete
Handle< Sampler_t > handle() const
bool isValid() const
operator Handle< Sampler_t >() const

Friends

Name
class Device
KDGPU_EXPORT bool operator==(const Sampler & a, const Sampler & b)

Public Functions Documentation

function Sampler

1
Sampler()

function ~Sampler

1
~Sampler()

function Sampler

1
2
3
Sampler(
    Sampler && other
)

function operator=

1
2
3
Sampler & operator=(
    Sampler && other
)

function Sampler

1
2
3
Sampler(
    const Sampler & 
) =delete

function operator=

1
2
3
Sampler & operator=(
    const Sampler & 
) =delete

function handle

1
inline Handle< Sampler_t > handle() const

function isValid

1
inline bool isValid() const

function operator Handle< Sampler_t >

1
inline operator Handle< Sampler_t >() const

Friends

friend Device

1
2
3
friend class Device(
    Device 
);

friend operator==

1
2
3
4
5
friend KDGPU_EXPORT bool operator==(
    const Sampler & a,

    const Sampler & b
);

Updated on 2024-09-08 at 00:13:10 +0000