Class EXTConditionalRendering

java.lang.Object
org.lwjgl.vulkan.EXTConditionalRendering

public class EXTConditionalRendering extends Object
This extension allows the execution of one or more rendering commands to be conditional on a value in buffer memory. This may help an application reduce the latency by conditionally discarding rendering commands without application intervention. The conditional rendering commands are limited to draws, compute dispatches and clearing attachments within a conditional rendering block.
Examples

None.

Name String
VK_EXT_conditional_rendering
Extension Type
Device extension
Registered Extension Number
82
Revision
2
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1
Contact
Other Extension Metadata
Last Modified Date
2018-05-21
IP Status
No known IP claims.
Contributors
  • Vikram Kushwaha, NVIDIA
  • Daniel Rakos, AMD
  • Jesse Hall, Google
  • Jeff Bolz, NVIDIA
  • Piers Daniell, NVIDIA
  • Stuart Smith, Imagination Technologies