当前位置:网站首页>Debug No4 use renderdoc to troubleshoot bugs
Debug No4 use renderdoc to troubleshoot bugs
2022-07-24 07:44:00 【Liu jingyiru】
1. No outline is drawn , It indicates that there is a problem with vertex data transmission ,Shader Unable to interpret data .
VS2019 Running results No false information .

2. RenderDoc in
Tips :fragment There is a mistake . So I guess it may be fragment Texture problems involved in . One is Shader dial the wrong number , The other is

The reason for the error , Multiple texture units , Every time you need to rebind . To write let Shader Understand the procedure , If you don't explain who is _texture, still _texture2, that shader Unable to resolve . in other words , Each in the loop is a separate program , So you need to rebind the texture .( In the tutorial , No texture unit is specified , Because it is a single texture unit, the default is 0. There is no need to specify )

summary : RenderDoc and VS Report more errors than . It can help you locate the problem , It saves a lot of time .
However, we should review the rendering process to avoid such problems .~ hope Bug less and less
边栏推荐
- Sense dimension design responsive layout
- 24.全局事件总线
- 【sklearn】tree.DecisionTreeClassifier
- About how to set colored fonts on the terminal
- hcip第十三天笔记
- R language handwritten numeral recognition
- Laplace distribution
- 【信息系统项目管理师】第七章 复盘成本管理知识架构
- Postman extracts the token parameter value in the response header and sets it as an environment variable, with code attached
- hcip第八天笔记
猜你喜欢

MySQL queries all parents of the current node

Harbor2.2 quick check of user role permissions

PHP escape string

Laplace distribution

Game three piece chess
![[FreeRTOS] 11 software timer](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[FreeRTOS] 11 software timer

系统集成项目管理工程师(软考中级)重点知识、背诵版

Feature Selective Anchor-Free Module for Single-Shot Object Detection

Introduction to C language I. branch and loop statements

Train-clean-100 dataset
随机推荐
DOM operation of JS -- style operation
Kali installing PIP and pip source changing
About the solution of thinking that you download torch as a GPU version, but the result is really a CPU version
从零开始C语言精讲篇3:函数
Advanced part of C language IV. detailed explanation of user-defined types
numpy.concatenate
Hcip day 9 notes
The shortest distance of Y axis of 2D plane polyline
Selenium basic knowledge multi window processing
JS的DOM操作——style的操作
Introduction to C language I. branch and loop statements
[steering wheel] code review ability of idea to ensure code quality
2022-07-23:给定N件物品,每个物品有重量(w[i])、有价值(v[i]), 只能最多选两件商品,重量不超过bag,返回价值最大能是多少? N <= 10^5, w[i] <= 10^5, v
Collection of sorting topics
Feature Selective Anchor-Free Module for Single-Shot Object Detection
系统集成项目管理工程师(软考中级)重点知识、背诵版
[sklearn] RF cross validation out of bag data parameter learning curve grid search
[FreeRTOS] 11 software timer
The difference between get and post
Introduction to C language