HomeSort by relevance Sort by last modified time
    Searched refs:vk_format_get_channel_count (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_utils.h 122 unsigned int vk_format_get_channel_count(VkFormat format);
vk_layer_utils.cpp 560 unsigned int vk_format_get_channel_count(VkFormat format) { return vk_format_table[format].channel_count; } function
    [all...]

Completed in 749 milliseconds