Esempio n. 1
0
 public VkPerformanceConfigurationINTEL(VulkanHandle <VkPerformanceConfigurationINTEL> handle, VkDevice parent)
 {
     Handle    = handle;
     Parent    = parent;
     Functions = parent.Functions;
 }
Esempio n. 2
0
 public VkDescriptorUpdateTemplateKHR(VulkanHandle <VkDescriptorUpdateTemplateKHR> handle, VkDevice parent)
 {
     Handle    = handle;
     Parent    = parent;
     Functions = parent.Functions;
 }