VkSamplerCreateFlagBits | NVK Search
  1. No Results
Categories
VkSamplerCreateFlagBits Bitmask specifying additional parameters of sampler Stub
VkSamplerCreateFlagBits = {
  VK_SAMPLER_CREATE_SUBSAMPLED_BIT_EXT: 0x1,
  VK_SAMPLER_CREATE_SUBSAMPLED_COARSE_RECONSTRUCTION_BIT_EXT: 0x2
};
Properties VkSamplerCreateFlagBits.VK_SAMPLER_CREATE_SUBSAMPLED_BIT_EXT specifies that the sampler will read from an image created with flags containing VK_IMAGE_CREATE_SUBSAMPLED_BIT_EXT. VkSamplerCreateFlagBits.VK_SAMPLER_CREATE_SUBSAMPLED_COARSE_RECONSTRUCTION_BIT_EXT specifies that the implementation may use approximations when reconstructing a full color value for texture access from a subsampled image.