Uses of Record Class
club.doki7.vulkan.datatype.VkSRTDataNV
Packages that use VkSRTDataNV
-
Uses of VkSRTDataNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSRTDataNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSRTDataNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSRTDataNVModifier and TypeMethodDescriptionVkSRTDataNV.a(float value) static VkSRTDataNV@NotNull VkSRTDataNVVkSRTDataNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSRTDataNV.b(float value) VkSRTDataNV.c(float value) static VkSRTDataNVVkSRTDataNV.clone(Arena arena, VkSRTDataNV src) VkSRTDataNV.pvx(float value) VkSRTDataNV.pvy(float value) VkSRTDataNV.pvz(float value) VkSRTDataNV.qw(float value) VkSRTDataNV.qx(float value) VkSRTDataNV.qy(float value) VkSRTDataNV.qz(float value) VkSRTDataNV.sx(float value) VkSRTDataNV.sy(float value) VkSRTDataNV.sz(float value) VkSRTDataNV.Ptr.toArray()@NotNull VkSRTDataNVVkAccelerationStructureSRTMotionInstanceNV.transformT0()@NotNull VkSRTDataNVVkAccelerationStructureSRTMotionInstanceNV.transformT1()VkSRTDataNV.tx(float value) VkSRTDataNV.ty(float value) VkSRTDataNV.tz(float value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSRTDataNVMethods in club.doki7.vulkan.datatype with parameters of type VkSRTDataNVModifier and TypeMethodDescriptionstatic VkSRTDataNVVkSRTDataNV.clone(Arena arena, VkSRTDataNV src) VkAccelerationStructureSRTMotionInstanceNV.transformT0(@NotNull VkSRTDataNV value) VkAccelerationStructureSRTMotionInstanceNV.transformT1(@NotNull VkSRTDataNV value) voidVkSRTDataNV.Ptr.write(long index, @NotNull VkSRTDataNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSRTDataNVModifier and TypeMethodDescriptionVkSRTDataNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkSRTDataNV> consumer) VkAccelerationStructureSRTMotionInstanceNV.transformT0(Consumer<@NotNull VkSRTDataNV> consumer) VkAccelerationStructureSRTMotionInstanceNV.transformT1(Consumer<@NotNull VkSRTDataNV> consumer)