gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
VulkanShaderModule
gfx
vulkan
pipeline
Undocumented in source.
package
class
VulkanShaderModule : VulkanDevObj!(VkShaderModule, "DestroyShaderModule"),
ShaderModule
{
this
(VkShaderModule vkObj, VulkanDevice dev, string entryPoint);
Device
device
[@property getter];
string
entryPoint
[@property getter];
}
Constructors
this
this
(VkShaderModule vkObj, VulkanDevice dev, string entryPoint)
Undocumented in source.
Members
Properties
device
Device
device
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
entryPoint
string
entryPoint
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ShaderModule
device
Device
device
[@property getter]
Get the parent device
entryPoint
string
entryPoint
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
gfx
vulkan
pipeline
classes
VulkanDescriptorPool
VulkanDescriptorSet
VulkanDescriptorSetLayout
VulkanPipeline
VulkanPipelineLayout
VulkanShaderModule