Vulkan-Hpp
|
This is the complete list of members for vk::su::TextureData, including all inherited members.
clear(vk::Device const &device) | vk::su::TextureData | inline |
extent | vk::su::TextureData | |
format | vk::su::TextureData | |
imageData | vk::su::TextureData | |
needsStaging | vk::su::TextureData | |
sampler | vk::su::TextureData | |
setImage(vk::Device const &device, vk::CommandBuffer const &commandBuffer, ImageGenerator const &imageGenerator) | vk::su::TextureData | inline |
stagingBufferData | vk::su::TextureData | |
TextureData(vk::PhysicalDevice const &physicalDevice, vk::Device const &device, vk::Extent2D const &extent_={ 256, 256 }, vk::ImageUsageFlags usageFlags={}, vk::FormatFeatureFlags formatFeatureFlags={}, bool anisotropyEnable=false, bool forceStaging=false) | vk::su::TextureData |