Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
Packages that use VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
-
Uses of VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.clone(Arena arena, VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR src) VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.quantizationMapTexelSize(@NotNull VkExtent2D value) VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.quantizationMapTexelSize(Consumer<@NotNull VkExtent2D> consumer) VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.sType(int value) VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.clone(Arena arena, VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR src) voidVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr.write(long index, @NotNull VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR> consumer)