Class SpvcHLSLResourceBinding

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SpvcHLSLResourceBinding extends Struct<SpvcHLSLResourceBinding> implements NativeResource

 struct spvc_hlsl_resource_binding {
     SpvExecutionModel stage;
     unsigned desc_set;
     unsigned binding;
     spvc_hlsl_resource_binding_mapping cbv;
     spvc_hlsl_resource_binding_mapping uav;
     spvc_hlsl_resource_binding_mapping srv;
     spvc_hlsl_resource_binding_mapping sampler;
 }