evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
VulkanUniformResource
evael
renderer
vk
vk_uniform_resource
Undocumented in source.
class
VulkanUniformResource : UniformResource!T(
T
) {
this
(string name, uint programId, T defaultValue);
void
apply
();
void
clear
();
void
update
();
}
Constructors
this
this
(string name, uint programId, T defaultValue)
VkUniformResource constructor.
Members
Functions
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.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
evael
renderer
vk
vk_uniform_resource
classes
VulkanUniformResource