Uses of Record Class
com.mojang.renderpearl.api.pipeline.BindGroupLayout.UniformDescription
Packages that use BindGroupLayout.UniformDescription
Package
Description
-
Uses of BindGroupLayout.UniformDescription in com.mojang.renderpearl.api.pipeline
Fields in com.mojang.renderpearl.api.pipeline with type parameters of type BindGroupLayout.UniformDescriptionModifier and TypeFieldDescriptionprivate final List<BindGroupLayout.UniformDescription> BindGroupLayout.Builder.uniformsprivate final List<BindGroupLayout.UniformDescription> BindGroupLayout.uniformsThe field for theuniformsrecord component.Methods in com.mojang.renderpearl.api.pipeline that return types with arguments of type BindGroupLayout.UniformDescriptionModifier and TypeMethodDescriptionBindGroupLayout.flattenUniforms(List<BindGroupLayout> bindGroupLayouts) BindGroupLayout.uniforms()Returns the value of theuniformsrecord component.Constructor parameters in com.mojang.renderpearl.api.pipeline with type arguments of type BindGroupLayout.UniformDescriptionModifierConstructorDescriptionCreates an instance of aBindGroupLayoutrecord class. -
Uses of BindGroupLayout.UniformDescription in com.mojang.renderpearl.backend.api
Fields in com.mojang.renderpearl.backend.api with type parameters of type BindGroupLayout.UniformDescriptionModifier and TypeFieldDescriptionprivate final List<BindGroupLayout.UniformDescription> BackendRenderPipeline.CreateInfo.uniformsThe field for theuniformsrecord component.Methods in com.mojang.renderpearl.backend.api that return types with arguments of type BindGroupLayout.UniformDescriptionModifier and TypeMethodDescriptionBackendRenderPipeline.CreateInfo.uniforms()Returns the value of theuniformsrecord component. -
Uses of BindGroupLayout.UniformDescription in com.mojang.renderpearl.backend.opengl
Method parameters in com.mojang.renderpearl.backend.opengl with type arguments of type BindGroupLayout.UniformDescriptionModifier and TypeMethodDescriptionvoidGlProgram.setupBindGroupLayouts(List<BindGroupLayout.UniformDescription> uniforms) -
Uses of BindGroupLayout.UniformDescription in com.mojang.renderpearl.backend.vulkan
Fields in com.mojang.renderpearl.backend.vulkan with type parameters of type BindGroupLayout.UniformDescriptionModifier and TypeFieldDescriptionprivate final List<BindGroupLayout.UniformDescription> VulkanRenderPipeline.uniformsMethods in com.mojang.renderpearl.backend.vulkan that return types with arguments of type BindGroupLayout.UniformDescriptionConstructor parameters in com.mojang.renderpearl.backend.vulkan with type arguments of type BindGroupLayout.UniformDescriptionModifierConstructorDescriptionVulkanRenderPipeline(VulkanDevice device, long withDepthStencilPipeline, long withDepthPipeline, long withoutDepthPipeline, long pipelineLayout, long descriptorSetLayout, it.unimi.dsi.fastutil.longs.LongList shaderModules, List<BindGroupLayout.UniformDescription> uniforms) -
Uses of BindGroupLayout.UniformDescription in com.mojang.renderpearl.frontend
Fields in com.mojang.renderpearl.frontend with type parameters of type BindGroupLayout.UniformDescriptionModifier and TypeFieldDescriptionprivate final List<BindGroupLayout.UniformDescription> FrontendRenderPipeline.uniformsThe field for theuniformsrecord component.Methods in com.mojang.renderpearl.frontend that return types with arguments of type BindGroupLayout.UniformDescriptionModifier and TypeMethodDescriptionFrontendRenderPipeline.uniforms()Returns the value of theuniformsrecord component.