Ejemplo n.º 1
0
// Return true if format is an integer format
bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_format_is_uint(format)); }
Ejemplo n.º 2
0
// Return true if format is an integer format
VK_LAYER_EXPORT bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_format_is_uint(format)); }