SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
SamplerCreateFlags | flags |
Filter | magFilter |
Filter | minFilter |
SamplerMipmapMode | mipmapMode |
SamplerAddressMode | addressModeU |
SamplerAddressMode | addressModeV |
SamplerAddressMode | addressModeW |
float | mipLodBias |
Bool32 | anisotropyEnable |
float | maxAnisotropy |
Bool32 | compareEnable |
CompareOp | compareOp |
float | minLod |
float | maxLod |
BorderColor | borderColor |
Bool32 | unnormalizedCoordinates |
Private Attributes | |
StructureType | sType = StructureType::eSamplerCreateInfo |
Definition at line 11110 of file vulkan.hpp.
|
inline |
Definition at line 11112 of file vulkan.hpp.
|
inline |
Definition at line 11147 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11264 of file vulkan.hpp.
|
inline |
Definition at line 11259 of file vulkan.hpp.
|
inline |
Definition at line 11291 of file vulkan.hpp.
|
inline |
Definition at line 11152 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11269 of file vulkan.hpp.
References addressModeU, addressModeV, addressModeW, anisotropyEnable, borderColor, compareEnable, compareOp, flags, magFilter, maxAnisotropy, maxLod, minFilter, minLod, mipLodBias, mipmapMode, pNext, sType, and unnormalizedCoordinates.
|
inline |
Definition at line 11187 of file vulkan.hpp.
|
inline |
Definition at line 11193 of file vulkan.hpp.
|
inline |
Definition at line 11199 of file vulkan.hpp.
|
inline |
Definition at line 11211 of file vulkan.hpp.
|
inline |
Definition at line 11247 of file vulkan.hpp.
|
inline |
Definition at line 11223 of file vulkan.hpp.
|
inline |
Definition at line 11229 of file vulkan.hpp.
|
inline |
Definition at line 11163 of file vulkan.hpp.
|
inline |
Definition at line 11169 of file vulkan.hpp.
|
inline |
Definition at line 11217 of file vulkan.hpp.
|
inline |
Definition at line 11241 of file vulkan.hpp.
|
inline |
Definition at line 11175 of file vulkan.hpp.
|
inline |
Definition at line 11235 of file vulkan.hpp.
|
inline |
Definition at line 11205 of file vulkan.hpp.
|
inline |
Definition at line 11181 of file vulkan.hpp.
|
inline |
Definition at line 11157 of file vulkan.hpp.
|
inline |
Definition at line 11253 of file vulkan.hpp.
SamplerAddressMode VULKAN_HPP_NAMESPACE::SamplerCreateInfo::addressModeU |
Definition at line 11305 of file vulkan.hpp.
Referenced by operator==().
SamplerAddressMode VULKAN_HPP_NAMESPACE::SamplerCreateInfo::addressModeV |
Definition at line 11306 of file vulkan.hpp.
Referenced by operator==().
SamplerAddressMode VULKAN_HPP_NAMESPACE::SamplerCreateInfo::addressModeW |
Definition at line 11307 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::SamplerCreateInfo::anisotropyEnable |
Definition at line 11309 of file vulkan.hpp.
Referenced by operator==().
BorderColor VULKAN_HPP_NAMESPACE::SamplerCreateInfo::borderColor |
Definition at line 11315 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::SamplerCreateInfo::compareEnable |
Definition at line 11311 of file vulkan.hpp.
Referenced by operator==().
CompareOp VULKAN_HPP_NAMESPACE::SamplerCreateInfo::compareOp |
Definition at line 11312 of file vulkan.hpp.
Referenced by operator==().
SamplerCreateFlags VULKAN_HPP_NAMESPACE::SamplerCreateInfo::flags |
Definition at line 11301 of file vulkan.hpp.
Referenced by operator==().
Filter VULKAN_HPP_NAMESPACE::SamplerCreateInfo::magFilter |
Definition at line 11302 of file vulkan.hpp.
Referenced by operator==().
float VULKAN_HPP_NAMESPACE::SamplerCreateInfo::maxAnisotropy |
Definition at line 11310 of file vulkan.hpp.
Referenced by operator==().
float VULKAN_HPP_NAMESPACE::SamplerCreateInfo::maxLod |
Definition at line 11314 of file vulkan.hpp.
Referenced by operator==().
Filter VULKAN_HPP_NAMESPACE::SamplerCreateInfo::minFilter |
Definition at line 11303 of file vulkan.hpp.
Referenced by operator==().
float VULKAN_HPP_NAMESPACE::SamplerCreateInfo::minLod |
Definition at line 11313 of file vulkan.hpp.
Referenced by operator==().
float VULKAN_HPP_NAMESPACE::SamplerCreateInfo::mipLodBias |
Definition at line 11308 of file vulkan.hpp.
Referenced by operator==().
SamplerMipmapMode VULKAN_HPP_NAMESPACE::SamplerCreateInfo::mipmapMode |
Definition at line 11304 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::SamplerCreateInfo::pNext = nullptr |
Definition at line 11300 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 11297 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::SamplerCreateInfo::unnormalizedCoordinates |
Definition at line 11316 of file vulkan.hpp.
Referenced by operator==().