Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkSampler |
using | NativeType = VkSampler |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Sampler ()=default |
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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eSampler |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 8097 of file vulkan_handles.hpp.
using vk::Sampler::CType = VkSampler |
Definition at line 8100 of file vulkan_handles.hpp.
using vk::Sampler::NativeType = VkSampler |
Definition at line 8101 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 8110 of file vulkan_handles.hpp.
|
inline |
Definition at line 8112 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 8152 of file vulkan_handles.hpp.
|
inline |
Definition at line 8147 of file vulkan_handles.hpp.
|
inline |
Definition at line 8157 of file vulkan_handles.hpp.
|
inline |
Definition at line 8136 of file vulkan_handles.hpp.
|
inline |
Definition at line 8141 of file vulkan_handles.hpp.
|
inline |
Definition at line 8122 of file vulkan_handles.hpp.
|
inline |
Definition at line 8131 of file vulkan_handles.hpp.
|
static |
Definition at line 8104 of file vulkan_handles.hpp.
|
static |
Definition at line 8103 of file vulkan_handles.hpp.