VulkanPipeline

Undocumented in source.

Members

Functions

addTextureResource
VulkanTextureResource addTextureResource(Texture texture)
Undocumented in source. Be warned that the author may not have intended to support it.
addUniformResource
VulkanUniformResource!T addUniformResource(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
apply
void apply()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Pipeline

primitiveType
uint primitiveType;
Undocumented in source.
shader
Shader shader;
Undocumented in source.
blendState
BlendState blendState;
Undocumented in source.
depthState
DepthState depthState;
Undocumented in source.
m_resources
Array!Resource m_resources;
Undocumented in source.
~this
~this()
Undocumented in source.
apply
void apply()
Undocumented in source.
clear
void clear()
Undocumented in source.
addTextureResource
TextureResource addTextureResource(Texture texture)
Undocumented in source.
resources
Array!Resource resources [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta