Exemplo n.º 1
0
 public VkValidationCacheEXT(VulkanHandle <VkValidationCacheEXT> handle, VkDevice parent)
 {
     Handle    = handle;
     Parent    = parent;
     Functions = parent.Functions;
 }
Exemplo n.º 2
0
 public VkPerformanceConfigurationINTEL(VulkanHandle <VkPerformanceConfigurationINTEL> handle, VkDevice parent)
 {
     Handle    = handle;
     Parent    = parent;
     Functions = parent.Functions;
 }
Exemplo n.º 3
0
 public VkIndirectCommandsLayoutNV(VulkanHandle <VkIndirectCommandsLayoutNV> handle, VkDevice parent)
 {
     Handle    = handle;
     Parent    = parent;
     Functions = parent.Functions;
 }
Exemplo n.º 4
0
 public VkDescriptorUpdateTemplateKHR(VulkanHandle <VkDescriptorUpdateTemplateKHR> handle, VkDevice parent)
 {
     Handle    = handle;
     Parent    = parent;
     Functions = parent.Functions;
 }