|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::SamplerCreateInfo: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.
References operator==().
|
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.
Referenced by operator!=().
|
inline |
Definition at line 11187 of file vulkan.hpp.
References addressModeU.
|
inline |
Definition at line 11193 of file vulkan.hpp.
References addressModeV.
|
inline |
Definition at line 11199 of file vulkan.hpp.
References addressModeW.
|
inline |
Definition at line 11211 of file vulkan.hpp.
References anisotropyEnable.
|
inline |
Definition at line 11247 of file vulkan.hpp.
References borderColor.
|
inline |
Definition at line 11223 of file vulkan.hpp.
References compareEnable.
|
inline |
Definition at line 11229 of file vulkan.hpp.
References compareOp.
|
inline |
Definition at line 11163 of file vulkan.hpp.
|
inline |
Definition at line 11169 of file vulkan.hpp.
References magFilter.
|
inline |
Definition at line 11217 of file vulkan.hpp.
References maxAnisotropy.
|
inline |
Definition at line 11241 of file vulkan.hpp.
References maxLod.
|
inline |
Definition at line 11175 of file vulkan.hpp.
References minFilter.
|
inline |
Definition at line 11235 of file vulkan.hpp.
References minLod.
|
inline |
Definition at line 11205 of file vulkan.hpp.
References mipLodBias.
|
inline |
Definition at line 11181 of file vulkan.hpp.
References mipmapMode.
|
inline |
Definition at line 11157 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 11253 of file vulkan.hpp.
References unnormalizedCoordinates.
| SamplerAddressMode VULKAN_HPP_NAMESPACE::SamplerCreateInfo::addressModeU |
Definition at line 11305 of file vulkan.hpp.
Referenced by operator==(), and setAddressModeU().
| SamplerAddressMode VULKAN_HPP_NAMESPACE::SamplerCreateInfo::addressModeV |
Definition at line 11306 of file vulkan.hpp.
Referenced by operator==(), and setAddressModeV().
| SamplerAddressMode VULKAN_HPP_NAMESPACE::SamplerCreateInfo::addressModeW |
Definition at line 11307 of file vulkan.hpp.
Referenced by operator==(), and setAddressModeW().
| Bool32 VULKAN_HPP_NAMESPACE::SamplerCreateInfo::anisotropyEnable |
Definition at line 11309 of file vulkan.hpp.
Referenced by operator==(), and setAnisotropyEnable().
| BorderColor VULKAN_HPP_NAMESPACE::SamplerCreateInfo::borderColor |
Definition at line 11315 of file vulkan.hpp.
Referenced by operator==(), and setBorderColor().
| Bool32 VULKAN_HPP_NAMESPACE::SamplerCreateInfo::compareEnable |
Definition at line 11311 of file vulkan.hpp.
Referenced by operator==(), and setCompareEnable().
| CompareOp VULKAN_HPP_NAMESPACE::SamplerCreateInfo::compareOp |
Definition at line 11312 of file vulkan.hpp.
Referenced by operator==(), and setCompareOp().
| 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==(), and setMagFilter().
| float VULKAN_HPP_NAMESPACE::SamplerCreateInfo::maxAnisotropy |
Definition at line 11310 of file vulkan.hpp.
Referenced by operator==(), and setMaxAnisotropy().
| float VULKAN_HPP_NAMESPACE::SamplerCreateInfo::maxLod |
Definition at line 11314 of file vulkan.hpp.
Referenced by operator==(), and setMaxLod().
| Filter VULKAN_HPP_NAMESPACE::SamplerCreateInfo::minFilter |
Definition at line 11303 of file vulkan.hpp.
Referenced by operator==(), and setMinFilter().
| float VULKAN_HPP_NAMESPACE::SamplerCreateInfo::minLod |
Definition at line 11313 of file vulkan.hpp.
Referenced by operator==(), and setMinLod().
| float VULKAN_HPP_NAMESPACE::SamplerCreateInfo::mipLodBias |
Definition at line 11308 of file vulkan.hpp.
Referenced by operator==(), and setMipLodBias().
| SamplerMipmapMode VULKAN_HPP_NAMESPACE::SamplerCreateInfo::mipmapMode |
Definition at line 11304 of file vulkan.hpp.
Referenced by operator==(), and setMipmapMode().
| const void* VULKAN_HPP_NAMESPACE::SamplerCreateInfo::pNext = nullptr |
Definition at line 11300 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
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==(), and setUnnormalizedCoordinates().