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 record
Represents a pointer to / an array ofVkPushConstantRange
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPushConstantRangeModifier and TypeMethodDescriptionstatic VkPushConstantRange
@NotNull VkPushConstantRange
VkPushConstantRange.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPushConstantRange
VkPushConstantRange.clone
(Arena arena, VkPushConstantRange src) VkPushConstantRange.offset
(int value) @Nullable VkPushConstantRange
VkIndirectExecutionSetShaderInfoEXT.pPushConstantRanges()
@Nullable VkPushConstantRange
VkPipelineLayoutCreateInfo.pPushConstantRanges()
@Nullable VkPushConstantRange
VkShaderCreateInfoEXT.pPushConstantRanges()
VkPushConstantRange.size
(int value) VkPushConstantRange.stageFlags
(int value) VkPushConstantRange.Ptr.toArray()
@NotNull VkPushConstantRange
VkIndirectCommandsPushConstantTokenEXT.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 VkPushConstantRange
VkPushConstantRange.clone
(Arena arena, VkPushConstantRange src) VkIndirectCommandsPushConstantTokenEXT.updateRange
(@NotNull VkPushConstantRange value) void
VkPushConstantRange.Ptr.write
(long index, @NotNull VkPushConstantRange value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPushConstantRangeModifier and TypeMethodDescriptionVkIndirectCommandsPushConstantTokenEXT.updateRange
(Consumer<@NotNull VkPushConstantRange> consumer)