gpu: fix samler typo (#224)
Co-authored-by: d3m1gd <mach+d3m1gd@users.noreply.github.com>
This commit is contained in:
parent
5883a50d92
commit
7e8cbc78ff
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ pub const Descriptor = extern struct {
|
|||
min_filter: FilterMode,
|
||||
mipmap_filter: FilterMode,
|
||||
lod_min_clamp: f32,
|
||||
load_max_clamp: f32,
|
||||
lod_max_clamp: f32,
|
||||
compare: CompareFunction,
|
||||
max_anisotropy: u16,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue