pub type MutableTextureState = RCHandle<skgpu_MutableTextureState>;
Aliased Type§
struct MutableTextureState(/* private fields */);
Implementations§
Source§impl MutableTextureState
impl MutableTextureState
pub fn copied(&self) -> Self
pub fn new_vk(layout: ImageLayout, queue_family_index: u32) -> Self
👎Deprecated since 0.72.0: use gpu::vk::mutable_texture_states::new_vulkan()
pub fn vk_image_layout(&self) -> VkImageLayout
👎Deprecated since 0.72.0: use gpu::vk::mutable_texture_states::get_vk_image_layout()
pub fn queue_family_index(&self) -> u32
👎Deprecated since 0.72.0: use gpu::vk::mutable_texture_states::get_vk_queue_family_index()