pub struct DeviceMemoryReportCallbackDataEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DeviceMemoryReportCallbackDataEXTBuilder<'a>
impl<'a> DeviceMemoryReportCallbackDataEXTBuilder<'a>
pub fn flags(
self,
flags: DeviceMemoryReportFlagsEXT
) -> DeviceMemoryReportCallbackDataEXTBuilder<'a>
pub fn ty(
self,
ty: DeviceMemoryReportEventTypeEXT
) -> DeviceMemoryReportCallbackDataEXTBuilder<'a>
pub fn memory_object_id(
self,
memory_object_id: u64
) -> DeviceMemoryReportCallbackDataEXTBuilder<'a>
pub fn size(self, size: u64) -> DeviceMemoryReportCallbackDataEXTBuilder<'a>
pub fn object_type(
self,
object_type: ObjectType
) -> DeviceMemoryReportCallbackDataEXTBuilder<'a>
pub fn object_handle(
self,
object_handle: u64
) -> DeviceMemoryReportCallbackDataEXTBuilder<'a>
pub fn heap_index(
self,
heap_index: u32
) -> DeviceMemoryReportCallbackDataEXTBuilder<'a>
sourcepub fn build(self) -> DeviceMemoryReportCallbackDataEXT
pub fn build(self) -> DeviceMemoryReportCallbackDataEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DeviceMemoryReportCallbackDataEXTBuilder<'a>
impl<'a> Deref for DeviceMemoryReportCallbackDataEXTBuilder<'a>
§type Target = DeviceMemoryReportCallbackDataEXT
type Target = DeviceMemoryReportCallbackDataEXT
The resulting type after dereferencing.