Implemented MSAA
This commit is contained in:
parent
444a4586ea
commit
83af358d30
6 changed files with 123 additions and 30 deletions
|
|
@ -17,6 +17,7 @@ graphics_family: u32,
|
|||
present_family: u32,
|
||||
device_properties: c.VkPhysicalDeviceProperties,
|
||||
memory_properties: c.VkPhysicalDeviceMemoryProperties,
|
||||
msaa_samples: c.VkSampleCountFlags,
|
||||
|
||||
const Self = @This();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue