Skip to main content

VkPhysicalDeviceShaderFloat16Int8FeaturesKHR

Type Alias VkPhysicalDeviceShaderFloat16Int8FeaturesKHR 

Source
pub type VkPhysicalDeviceShaderFloat16Int8FeaturesKHR = VkPhysicalDeviceShaderFloat16Int8Features;
Expand description

VkPhysicalDeviceShaderFloat16Int8Features

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDeviceShaderFloat16Int8FeaturesKHR { pub sType: VkStructureType, pub pNext: *mut c_void, pub shaderFloat16: u32, pub shaderInt8: u32, }

Fields§

§sType: VkStructureType§pNext: *mut c_void§shaderFloat16: u32

16-bit floats (halfs) in shaders

§shaderInt8: u32

8-bit integers in shaders