VDevice

Undocumented in source.

Alias This

device

Members

Functions

findQueueFamilyIndex
uint findQueueFamilyIndex(QueueFamilyProperties.Flags flags)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImplResourceStack
Undocumented in source.

Static functions

deinitialize
void deinitialize()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(CreateInfo info, Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
typeof(this) opCall()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CreateInfo
struct CreateInfo
Undocumented in source.

Variables

device
Device device;
Undocumented in source.
gpu
PhysicalDevice gpu;
Undocumented in source.
instance
Instance instance;
Undocumented in source.

Mixed In Members

From mixin ImplResourceStack

pushResource
T pushResource(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
pushReleaseCallback
void pushReleaseCallback(void delegate() cb)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta