|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkSampler |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | Sampler () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | Sampler (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | Sampler (VkSampler sampler) VULKAN_HPP_NOEXCEPT |
| Sampler & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (Sampler const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (Sampler const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (Sampler const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSampler () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkSampler | m_sampler |
Definition at line 28763 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::Sampler::CType = VkSampler |
Definition at line 28766 of file vulkan.hpp.
|
inline |
Definition at line 28772 of file vulkan.hpp.
|
inline |
Definition at line 28776 of file vulkan.hpp.
|
inline |
Definition at line 28780 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 28822 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 28817 of file vulkan.hpp.
|
inline |
Definition at line 28827 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 28806 of file vulkan.hpp.
|
inline |
Definition at line 28811 of file vulkan.hpp.
|
inline |
Definition at line 28792 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 28801 of file vulkan.hpp.
|
static |
Definition at line 28769 of file vulkan.hpp.
|
private |
Definition at line 28833 of file vulkan.hpp.
|
static |
Definition at line 28768 of file vulkan.hpp.