Uses of Interface
club.doki7.vulkan.datatype.IVkShadingRatePaletteNV
Packages that use IVkShadingRatePaletteNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkShadingRatePaletteNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkShadingRatePaletteNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetViewportShadingRatePaletteNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkShadingRatePaletteNV pShadingRatePalettes) -
Uses of IVkShadingRatePaletteNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkShadingRatePaletteNVModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkShadingRatePaletteNV
structure in native memory.static final record
Represents a pointer to / an array ofVkShadingRatePaletteNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkShadingRatePaletteNVModifier and TypeMethodDescriptionVkPipelineViewportShadingRateImageStateCreateInfoNV.pShadingRatePalettes
(@Nullable IVkShadingRatePaletteNV value)