sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Buffer
sbylib
wrapper
vulkan
buffer
Undocumented in source.
class
Buffer {
struct
CreateInfo
;
package
VkBuffer
buffer
;
mixin
ImplNameSetter
!(
device
,
buffer
,
DebugReportObjectType
.
Buffer
)
;
this
(Device device, CreateInfo _info);
~this
();
mixin
VkTo
!(
VkBuffer
)
;
DeviceMemory
allocateMemory
(PhysicalDevice gpu, MemoryProperties.MemoryType.Flags memoryTypeFlag);
}
Constructors
this
this
(Device device, CreateInfo _info)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
allocateMemory
DeviceMemory
allocateMemory
(PhysicalDevice gpu, MemoryProperties.MemoryType.Flags memoryTypeFlag)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ImplNameSetter
!(
device
,
buffer
,
DebugReportObjectType
.
Buffer
)
Undocumented in source.
__anonymous
mixin
VkTo
!(
VkBuffer
)
Undocumented in source.
Structs
CreateInfo
struct
CreateInfo
Undocumented in source.
Variables
buffer
VkBuffer
buffer
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
buffer
classes
Buffer