Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsPushConstantTokenEXT
Packages that use VkIndirectCommandsPushConstantTokenEXT
-
Uses of VkIndirectCommandsPushConstantTokenEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsPushConstantTokenEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkIndirectCommandsPushConstantTokenEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsPushConstantTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsPushConstantTokenEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsPushConstantTokenEXT.clone
(Arena arena, VkIndirectCommandsPushConstantTokenEXT src) @Nullable VkIndirectCommandsPushConstantTokenEXT
VkIndirectCommandsTokenDataEXT.pPushConstant()
VkIndirectCommandsPushConstantTokenEXT.Ptr.toArray()
VkIndirectCommandsPushConstantTokenEXT.updateRange
(@NotNull VkPushConstantRange value) VkIndirectCommandsPushConstantTokenEXT.updateRange
(Consumer<@NotNull VkPushConstantRange> consumer) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsPushConstantTokenEXTMethods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsPushConstantTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsPushConstantTokenEXT.clone
(Arena arena, VkIndirectCommandsPushConstantTokenEXT src) void
VkIndirectCommandsPushConstantTokenEXT.Ptr.write
(long index, @NotNull VkIndirectCommandsPushConstantTokenEXT value)