Uses of Record Class
com.mojang.blaze3d.vulkan.glsl.SpvUniformBuffer
Packages that use SpvUniformBuffer
-
Uses of SpvUniformBuffer in com.mojang.blaze3d.vulkan.glsl
Fields in com.mojang.blaze3d.vulkan.glsl with type parameters of type SpvUniformBufferModifier and TypeFieldDescriptionprivate final List<SpvUniformBuffer> IntermediaryShaderModule.uniformBuffersThe field for theuniformBuffersrecord component.Methods in com.mojang.blaze3d.vulkan.glsl that return SpvUniformBufferModifier and TypeMethodDescriptionprivate @Nullable SpvUniformBufferIntermediaryShaderModule.getUniformBuffer(String name) Methods in com.mojang.blaze3d.vulkan.glsl that return types with arguments of type SpvUniformBufferModifier and TypeMethodDescriptionIntermediaryShaderModule.uniformBuffers()Returns the value of theuniformBuffersrecord component.Constructor parameters in com.mojang.blaze3d.vulkan.glsl with type arguments of type SpvUniformBufferModifierConstructorDescriptionIntermediaryShaderModule(String name, @Nullable ByteBuffer spirv, List<SpvUniformBuffer> uniformBuffers, List<SpvSampler> samplers, List<SpvVariable> outputs, List<SpvVariable> inputs) Creates an instance of aIntermediaryShaderModulerecord class.