Modulesยง
Structsยง
- Entry
Point ๐ - The shader interface of an entry point in a [
naga::Module]. - Entry
Point ๐Key - Entry
Point ๐KeyRef - Entry
Point ๐Mesh Info - Interface
- A summary of the shader interfaces of the entry points in a [
naga::Module]. - Interface
Var - Numeric
Type - Passthrough
Interface - Resource ๐
- StageIo
- Workgroup
Size ๐Check - A helper type for avoiding argument order mistakes when calling
Self::check_and_compute_total_invocations.
Enumsยง
- Binding
Error - Binding
Layout Source - Binding
Type Name - BuiltIn ๐
- Filtering
Error - Input
Error - Invalid
Workgroup Size Error - Numeric
Dimension ๐ - Resource
Type ๐ - Shader
Meta Data - Shader
Stage ForValidation - Stage
Error - Errors produced when validating a programmable stage of a pipeline.
- Varying ๐
- An inter-stage input or output value.
Functionsยง
- check_
color_ attachment_ compatibility - Return true if the fragment
formatis covered by the providedoutput. - check_
color_ attachment_ count - map_
storage_ format_ from_ naga - Map a [
naga::StorageFormat] to the corresponding [wgt::TextureFormat]. - map_
storage_ format_ to_ naga - Map a [
wgt::TextureFormat] to the corresponding [naga::StorageFormat], if any. - validate_
color_ attachment_ bytes_ per_ sample - Validate a list of color attachment formats against
maxColorAttachmentBytesPerSample.