Uses of Interface
club.doki7.vulkan.datatype.IVkCoarseSampleOrderCustomNV
Packages that use IVkCoarseSampleOrderCustomNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkCoarseSampleOrderCustomNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkCoarseSampleOrderCustomNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetCoarseSampleOrderNV
(VkCommandBuffer commandBuffer, int sampleOrderType, int customSampleOrderCount, @Nullable IVkCoarseSampleOrderCustomNV pCustomSampleOrders) -
Uses of IVkCoarseSampleOrderCustomNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkCoarseSampleOrderCustomNVModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkCoarseSampleOrderCustomNV
structure in native memory.static final record
Represents a pointer to / an array ofVkCoarseSampleOrderCustomNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkCoarseSampleOrderCustomNVModifier and TypeMethodDescriptionVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrders
(@Nullable IVkCoarseSampleOrderCustomNV value)