Skip to content
  • sunshineinabox's avatar
    d7c64747
    GPU: Remove unused dynamic state and pipeline settings (#6796) · d7c64747
    sunshineinabox authored
    * Dynamic state for Depth Bounds should not be passed to PipelineDynamicStateCreateInfo as the command to set them is never called.
    
    Do not pass pointer to viewport and scissor as those dynamic states should be supported on all devices.
    
    Same as above for DepthBias values.
    
    * Code Review Suggestion
    
    * Pipeline derivation is not implemented and is not suggested.
    
    * Depth Bounds are not used.
    d7c64747
    GPU: Remove unused dynamic state and pipeline settings (#6796)
    sunshineinabox authored
    * Dynamic state for Depth Bounds should not be passed to PipelineDynamicStateCreateInfo as the command to set them is never called.
    
    Do not pass pointer to viewport and scissor as those dynamic states should be supported on all devices.
    
    Same as above for DepthBias values.
    
    * Code Review Suggestion
    
    * Pipeline derivation is not implemented and is not suggested.
    
    * Depth Bounds are not used.
Loading