[−][src]Trait sfml_rust::canvas::managed::shader::shader_common::CompiledGraphicsPipelineResources
Inheriting this gives private functions to grab resources
Provided methods
fn get_path(filename: String, shader_type: ShaderType) -> PathBuf
fn compile(
filepath: PathBuf,
device: Arc<Device>,
shader_type: ShaderType
) -> (Entry, Arc<ShaderModule>)
filepath: PathBuf,
device: Arc<Device>,
shader_type: ShaderType
) -> (Entry, Arc<ShaderModule>)
fn convert_vk(shader_type: ShaderType) -> GraphicsShaderType
fn convert_sr(shader_type: ShaderType) -> ShaderKind
Implementors
impl CompiledGraphicsPipelineResources for GenericShader
[src]
Gives CanvasShader the resource functions
impl CompiledGraphicsPipelineResources for TextShader
[src]
Gives CanvasShader the resource functions