KDGpu::Sampler
Module: Public API
Sampler.
#include <sampler.h>
Public Functions
Friends
Public Functions Documentation
function Sampler
function ~Sampler
function Sampler
| Sampler(
Sampler && other
)
|
function operator=
| Sampler & operator=(
Sampler && other
)
|
function Sampler
| Sampler(
const Sampler &
) =delete
|
function operator=
| Sampler & operator=(
const Sampler &
) =delete
|
function handle
| inline Handle< Sampler_t > handle() const
|
function isValid
| inline bool isValid() const
|
function operator Handle< Sampler_t >
| inline operator Handle< Sampler_t >() const
|
Friends
friend Device
| friend class Device(
Device
);
|
friend operator==
| friend KDGPU_EXPORT bool operator==(
const Sampler & a,
const Sampler & b
);
|
Updated on 2024-11-21 at 00:02:29 +0000