ReactOS 0.4.17-dev-934-g091855f
VkSamplerCreateInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkSamplerCreateInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkSamplerCreateFlags flags
 
VkFilter magFilter
 
VkFilter minFilter
 
VkSamplerMipmapMode mipmapMode
 
VkSamplerAddressMode addressModeU
 
VkSamplerAddressMode addressModeV
 
VkSamplerAddressMode addressModeW
 
float mipLodBias
 
VkBool32 anisotropyEnable
 
float maxAnisotropy
 
VkBool32 compareEnable
 
VkCompareOp compareOp
 
float minLod
 
float maxLod
 
VkBorderColor borderColor
 
VkBool32 unnormalizedCoordinates
 

Detailed Description

Definition at line 13851 of file vulkan.h.

Member Data Documentation

◆ addressModeU

VkSamplerAddressMode VkSamplerCreateInfo::addressModeU

Definition at line 13859 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ addressModeV

VkSamplerAddressMode VkSamplerCreateInfo::addressModeV

Definition at line 13860 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ addressModeW

VkSamplerAddressMode VkSamplerCreateInfo::addressModeW

Definition at line 13861 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ anisotropyEnable

VkBool32 VkSamplerCreateInfo::anisotropyEnable

Definition at line 13863 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ borderColor

VkBorderColor VkSamplerCreateInfo::borderColor

Definition at line 13869 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ compareEnable

VkBool32 VkSamplerCreateInfo::compareEnable

Definition at line 13865 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ compareOp

VkCompareOp VkSamplerCreateInfo::compareOp

Definition at line 13866 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ flags

VkSamplerCreateFlags VkSamplerCreateInfo::flags

Definition at line 13855 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ magFilter

VkFilter VkSamplerCreateInfo::magFilter

Definition at line 13856 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ maxAnisotropy

float VkSamplerCreateInfo::maxAnisotropy

Definition at line 13864 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ maxLod

float VkSamplerCreateInfo::maxLod

Definition at line 13868 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ minFilter

VkFilter VkSamplerCreateInfo::minFilter

Definition at line 13857 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ minLod

float VkSamplerCreateInfo::minLod

Definition at line 13867 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ mipLodBias

float VkSamplerCreateInfo::mipLodBias

Definition at line 13862 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ mipmapMode

VkSamplerMipmapMode VkSamplerCreateInfo::mipmapMode

Definition at line 13858 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ pNext

const void* VkSamplerCreateInfo::pNext

Definition at line 13854 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ sType

VkStructureType VkSamplerCreateInfo::sType

Definition at line 13853 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().

◆ unnormalizedCoordinates

VkBool32 VkSamplerCreateInfo::unnormalizedCoordinates

Definition at line 13870 of file vulkan.h.

Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().


The documentation for this struct was generated from the following file: