pub trait Nameable: AsRaw {
const OBJECT_TYPE: ObjectType;
}Expand description
Represents an abstraction for naming objects in Vulkan for debuggers
Required Associated Constants§
Sourceconst OBJECT_TYPE: ObjectType
const OBJECT_TYPE: ObjectType
Change the name of the given object
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".