|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vulkan.h>

| VkSamplerAddressMode VkSamplerCreateInfo::addressModeU |
Definition at line 13859 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkSamplerAddressMode VkSamplerCreateInfo::addressModeV |
Definition at line 13860 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkSamplerAddressMode VkSamplerCreateInfo::addressModeW |
Definition at line 13861 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkBool32 VkSamplerCreateInfo::anisotropyEnable |
Definition at line 13863 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkBorderColor VkSamplerCreateInfo::borderColor |
Definition at line 13869 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkBool32 VkSamplerCreateInfo::compareEnable |
Definition at line 13865 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkCompareOp VkSamplerCreateInfo::compareOp |
Definition at line 13866 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkSamplerCreateFlags VkSamplerCreateInfo::flags |
Definition at line 13855 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkFilter VkSamplerCreateInfo::magFilter |
Definition at line 13856 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| float VkSamplerCreateInfo::maxAnisotropy |
Definition at line 13864 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| float VkSamplerCreateInfo::maxLod |
Definition at line 13868 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkFilter VkSamplerCreateInfo::minFilter |
Definition at line 13857 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| float VkSamplerCreateInfo::minLod |
Definition at line 13867 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| float VkSamplerCreateInfo::mipLodBias |
Definition at line 13862 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkSamplerMipmapMode VkSamplerCreateInfo::mipmapMode |
Definition at line 13858 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
Definition at line 13854 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkStructureType VkSamplerCreateInfo::sType |
Definition at line 13853 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().
| VkBool32 VkSamplerCreateInfo::unnormalizedCoordinates |
Definition at line 13870 of file vulkan.h.
Referenced by d3d12_create_sampler(), and wined3d_sampler_vk_cs_init().