gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
VulkanShaderModule
gfx
vulkan
pipeline
Undocumented in source.
package
class
VulkanShaderModule : VulkanDevObj!(VkShaderModule, "destroyShaderModule"),
ShaderModule
{
this
(VkShaderModule vk, VulkanDevice dev, string entryPoint);
string
entryPoint
[@property getter];
}
Constructors
this
this
(VkShaderModule vk, VulkanDevice dev, string entryPoint)
Undocumented in source.
Members
Properties
entryPoint
string
entryPoint
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ShaderModule
entryPoint
string
entryPoint
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
gfx
vulkan
pipeline
classes
VulkanPipeline
VulkanPipelineLayout
VulkanShaderModule