Uses of Record Class
club.doki7.vulkan.datatype.VkPushConstantRange
Packages that use VkPushConstantRange
-
Uses of VkPushConstantRange in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPushConstantRangeModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPushConstantRangestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPushConstantRangeModifier and TypeMethodDescriptionstatic VkPushConstantRange@NotNull VkPushConstantRangeVkPushConstantRange.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPushConstantRangeVkPushConstantRange.clone(Arena arena, VkPushConstantRange src) VkPushConstantRange.offset(int value) @Nullable VkPushConstantRangeVkIndirectExecutionSetShaderInfoEXT.pPushConstantRanges()@Nullable VkPushConstantRangeVkPipelineLayoutCreateInfo.pPushConstantRanges()@Nullable VkPushConstantRangeVkShaderCreateInfoEXT.pPushConstantRanges()VkPushConstantRange.size(int value) VkPushConstantRange.stageFlags(int value) VkPushConstantRange.Ptr.toArray()@NotNull VkPushConstantRangeVkIndirectCommandsPushConstantTokenEXT.updateRange()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPushConstantRangeModifier and TypeMethodDescription@NotNull Iterator<VkPushConstantRange> VkPushConstantRange.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPushConstantRangeModifier and TypeMethodDescriptionstatic VkPushConstantRangeVkPushConstantRange.clone(Arena arena, VkPushConstantRange src) VkIndirectCommandsPushConstantTokenEXT.updateRange(@NotNull VkPushConstantRange value) voidVkPushConstantRange.Ptr.write(long index, @NotNull VkPushConstantRange value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPushConstantRangeModifier and TypeMethodDescriptionVkPushConstantRange.Ptr.at(long index, @NotNull Consumer<@NotNull VkPushConstantRange> consumer) VkIndirectCommandsPushConstantTokenEXT.updateRange(Consumer<@NotNull VkPushConstantRange> consumer)