-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area: validationIssues related to validation, diagnostics, and error handlingIssues related to validation, diagnostics, and error handlingtype: enhancementNew feature or requestNew feature or request
Description
This is checked redundantly, which creates confusion.
check_texture_dimension_sizechooses asample_limitbased on the dimension, and then validates the sample count does not exceed the limit.create_texturehas a separate block of checks that apply whensample_count > 1.
Reading the code for the latter gives the impression that a 3D multisampled texture with depth 1 would be incorrectly accepted, but it is disallowed by the former.
Metadata
Metadata
Assignees
Labels
area: validationIssues related to validation, diagnostics, and error handlingIssues related to validation, diagnostics, and error handlingtype: enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo