mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 15:01:31 +11:00
Map max sampler anisotropy
This commit is contained in:
parent
4523415b5e
commit
0ceed32835
|
@ -36,6 +36,7 @@ pub fn limits_from_hal(limits: Limits) -> VkPhysicalDeviceLimits {
|
|||
framebufferStencilSampleCounts: limits.framebuffer_stencil_samples_count as _,
|
||||
maxColorAttachments: limits.max_color_attachments as _,
|
||||
nonCoherentAtomSize: limits.non_coherent_atom_size as _,
|
||||
maxSamplerAnisotropy: limits.max_sampler_anisotropy,
|
||||
.. unsafe { mem::zeroed() } //TODO
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue