|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkPipelineCache |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | PipelineCache () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | PipelineCache (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | PipelineCache (VkPipelineCache pipelineCache) VULKAN_HPP_NOEXCEPT |
| PipelineCache & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkPipelineCache () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkPipelineCache | m_pipelineCache |
Definition at line 35894 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::PipelineCache::CType = VkPipelineCache |
Definition at line 35897 of file vulkan.hpp.
|
inline |
Definition at line 35903 of file vulkan.hpp.
|
inline |
Definition at line 35907 of file vulkan.hpp.
|
inline |
Definition at line 35911 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 35953 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 35948 of file vulkan.hpp.
|
inline |
Definition at line 35958 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 35937 of file vulkan.hpp.
|
inline |
Definition at line 35942 of file vulkan.hpp.
|
inline |
Definition at line 35923 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 35932 of file vulkan.hpp.
|
static |
Definition at line 35900 of file vulkan.hpp.
|
private |
Definition at line 35964 of file vulkan.hpp.
|
static |
Definition at line 35899 of file vulkan.hpp.