fixes
This commit is contained in:
@@ -6,10 +6,6 @@ use std::iter::FromIterator;
|
|||||||
mod vulkan;
|
mod vulkan;
|
||||||
|
|
||||||
impl GameData<'_> {
|
impl GameData<'_> {
|
||||||
fn on_init(self: &Self) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Returns true if event should be ignored by the vulkan handler
|
/// Returns true if event should be ignored by the vulkan handler
|
||||||
fn on_window_event(self: &Self, event: &Event) -> bool {
|
fn on_window_event(self: &Self, event: &Event) -> bool {
|
||||||
match event {
|
match event {
|
||||||
|
|||||||
@@ -464,7 +464,7 @@ fn window_size_dependent_setup(
|
|||||||
}).collect::<Vec<_>>()
|
}).collect::<Vec<_>>()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn create_pipeline<T: RenderPassAbstract>(device: Arc<Device>, sub_pass: Subpass<Arc<T>>) -> Arc<GraphicsPipeline<SingleBufferDefinition<Vertex>, Box<PipelineLayoutAbstract + Send + Sync>, Arc<T>>> {
|
fn create_pipeline<T: RenderPassAbstract>(device: Arc<Device>, sub_pass: Subpass<Arc<T>>) -> Arc<GraphicsPipeline<SingleBufferDefinition<Vertex>, Box<dyn PipelineLayoutAbstract + Send + Sync>, Arc<T>>> {
|
||||||
let mesh_shader_vertex_entry;
|
let mesh_shader_vertex_entry;
|
||||||
let mesh_shader_fragment_entry;
|
let mesh_shader_fragment_entry;
|
||||||
let mesh_shader_module_vertex;
|
let mesh_shader_module_vertex;
|
||||||
|
|||||||
Reference in New Issue
Block a user