Advertisement
Guest User

Untitled

a guest
Nov 16th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. typedef enum {
  2. ppir_codegen_sampler_type_generic = 0x00,
  3. ppir_codegen_sampler_type_cube = 0x1F,
  4. } ppir_codegen_sampler_type;
  5.  
  6. ->
  7.  
  8. typedef enum {
  9. ppir_codegen_sampler_type_generic = 0x00,
  10. ppir_codegen_sampler_type_cube = 0x1F,
  11. } ppir_codegen_sampler_type;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement